#78E1EE

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

Shades of Turquoise Blue #78E1EE

Tints of Turquoise Blue #78E1EE

Color information

#78E1EE (or 0x78E1EE) is unknown color: approx Turquoise Blue. HEX triplet: 78, E1 and EE. RGB value is (120,225,238). Sum of RGB (Red+Green+Blue) = 120+225+238=583 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.58% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #78E1EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E1EE is #871E11. Grayscale: #C2C2C2. Windows color (decimal): -8855058 or 15655288. OLE color: 15655288.

HSL color Cylindrical-coordinate representation of color #78E1EE: hue angle of 186.61º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78E1EE is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB120225238-
CMYK0.500.0500.07
HSL186.61º77.63%70.2%-
HSV(B)186.61º49.58%93.33%-
XYZ50.164.0290.6-
YUV195.09152.2174.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.58%
GREEN value IS 225 (88.28% from 255) = 38.59%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=20.58%
G=38.59%
B=40.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1202252380.500.0500.07186.6177.6370.2
Hex78E1EE32507bb4e46
Octal17034135662507273116106
Binary1111000111000011110111011001010101111011101110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,225,238); }

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

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

 a { background-color: rgb(120,225,238); }

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

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

 span { border-color: rgb(120,225,238); }

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