#78E0F5

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

Shades of Turquoise Blue #78E0F5

Tints of Turquoise Blue #78E0F5

Color information

#78E0F5 (or 0x78E0F5) is unknown color: approx Turquoise Blue. HEX triplet: 78, E0 and F5. RGB value is (120,224,245). Sum of RGB (Red+Green+Blue) = 120+224+245=589 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.37% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 245 - color contains mainly: blue. Hex color #78E0F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E0F5 is #871F0A. Grayscale: #C3C3C3. Windows color (decimal): -8855307 or 16113784. OLE color: 16113784.

HSL color Cylindrical-coordinate representation of color #78E0F5: hue angle of 190.08º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78E0F5 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB120224245-
CMYK0.510.0900.04
HSL190.08º86.21%71.57%-
HSV(B)190.08º51.02%96.08%-
XYZ50.8863.996.04-
YUV195.3156.0474.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.37%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 245 (96.09% from 255) = 41.60%
R=20.37%
G=38.03%
B=41.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1202242450.510.0900.04190.0886.2171.57
Hex78E0F533904be5648
Octal170340365631104276126110
Binary11110001110000011110101110011100101001011111010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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