#78e0ef

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

Shades of Turquoise Blue #78E0EF

Tints of Turquoise Blue #78E0EF

Color information

#78E0EF (or 0x78E0EF) is unknown color: approx Turquoise Blue. HEX triplet: 78, E0 and EF. RGB value is (120,224,239). Sum of RGB (Red+Green+Blue) = 120+224+239=583 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.58% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #78E0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E0EF is #871F10. Grayscale: #C2C2C2. Windows color (decimal): -8855313 or 15720568. OLE color: 15720568.

HSL color Cylindrical-coordinate representation of color #78E0EF: hue angle of 187.56º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78E0EF is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB120224239-
CMYK0.500.0600.06
HSL187.56º78.81%70.39%-
HSV(B)187.56º49.79%93.73%-
XYZ49.9863.5491.29-
YUV194.61153.0474.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.58%
GREEN value IS 224 (87.89% from 255) = 38.42%
BLUE value IS 239 (93.75% from 255) = 40.99%
R=20.58%
G=38.42%
B=40.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1202242390.500.0600.06187.5678.8170.39
Hex78E0EF32606bc4f46
Octal17034035762606274117106
Binary1111000111000001110111111001011001101011110010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78e0ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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