#78E0DD

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

Shades of Turquoise Blue #78E0DD

Tints of Turquoise Blue #78E0DD

Color information

#78E0DD (or 0x78E0DD) is unknown color: approx Turquoise Blue. HEX triplet: 78, E0 and DD. RGB value is (120,224,221). Sum of RGB (Red+Green+Blue) = 120+224+221=565 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.24% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #78E0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E0DD is #871F22. Grayscale: #C0C0C0. Windows color (decimal): -8855331 or 14540920. OLE color: 14540920.

HSL color Cylindrical-coordinate representation of color #78E0DD: hue angle of 178.27º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78E0DD is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB120224221-
CMYK0.4600.010.12
HSL178.27º62.65%67.45%-
HSV(B)178.27º46.43%87.84%-
XYZ47.4562.5277.97-
YUV192.56144.0476.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.24%
GREEN value IS 224 (87.89% from 255) = 39.65%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=21.24%
G=39.65%
B=39.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1202242210.4600.010.12178.2762.6567.45
Hex78E0DD2E01Cb23f43
Octal17034033556011426277103
Binary11110001110000011011101101110011100101100101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78E0DD; }

 p { color: rgb(120,224,221); }

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

<style>
 a { background-color: #78E0DD; }

 a { background-color: rgb(120,224,221); }

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

<style>
 span { border-color: #78E0DD; }

 span { border-color: rgb(120,224,221); }

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