#7AE8DD

Color #7AE8DD Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #7AE8DD

Tints of Turquoise Blue #7AE8DD

Color information

#7AE8DD (or 0x7AE8DD) is unknown color: approx Turquoise Blue. HEX triplet: 7A, E8 and DD. RGB value is (122,232,221). Sum of RGB (Red+Green+Blue) = 122+232+221=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 232 - color contains mainly: green. Hex color #7AE8DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE8DD is #851722. Grayscale: #C5C5C5. Windows color (decimal): -8722211 or 14542970. OLE color: 14542970.

HSL color Cylindrical-coordinate representation of color #7AE8DD: hue angle of 174º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE8DD is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB122232221-
CMYK0.4700.050.09
HSL174º70.51%69.41%-
HSV(B)174º47.41%90.98%-
XYZ49.9367.0778.72-
YUV197.86141.0673.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 21.22%
GREEN value IS 232 (91.02% from 255) = 40.35%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=21.22%
G=40.35%
B=38.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1222322210.4700.050.0917470.5169.41
Hex7AE8DD2F059ae4745
Octal172350335570511256107105
Binary11110101110100011011101101111010110011010111010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AE8DD; }

 p { color: rgb(122,232,221); }

 H1.HeaderClassName
 {
   color: #7AE8DD;
 }
 .AnyTagClassName
 {
   color: #7AE8DD;
 }
</style>
background-color css

<style>
 a { background-color: #7AE8DD; }

 a { background-color: rgb(122,232,221); }

 div.DivClassName
 {
   background-color: #7AE8DD;
 }
 .BgClassName
 {
   background-color: #7AE8DD;
 }
</style>
border-color css

<style>
 span { border-color: #7AE8DD; }

 span { border-color: rgb(122,232,221); }

 td.TdClassName
 {
   border-color: #7AE8DD;
 }
 .TagClassName
 {
   border-color: #7AE8DD;
 }
</style>