#78D8E9

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

Shades of Turquoise Blue #78D8E9

Tints of Turquoise Blue #78D8E9

Color information

#78D8E9 (or 0x78D8E9) is unknown color: approx Turquoise Blue. HEX triplet: 78, D8 and E9. RGB value is (120,216,233). Sum of RGB (Red+Green+Blue) = 120+216+233=569 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.09% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #78D8E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D8E9 is #872716. Grayscale: #BDBDBD. Windows color (decimal): -8857367 or 15325304. OLE color: 15325304.

HSL color Cylindrical-coordinate representation of color #78D8E9: hue angle of 189.03º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78D8E9 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB120216233-
CMYK0.480.0700.09
HSL189.03º71.97%69.22%-
HSV(B)189.03º48.5%91.37%-
XYZ47.0158.9986-
YUV189.23152.778.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.09%
GREEN value IS 216 (84.77% from 255) = 37.96%
BLUE value IS 233 (91.41% from 255) = 40.95%
R=21.09%
G=37.96%
B=40.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1202162330.480.0700.09189.0371.9769.22
Hex78D8E930709bd4845
Octal170330351607011275110105
Binary11110001101100011101001110000111010011011110110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,216,233); }

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

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

 a { background-color: rgb(120,216,233); }

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

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

 span { border-color: rgb(120,216,233); }

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