Html Css Color HEX #78E0EE Turquoise Blue

📋 copy color: '#78E0EE'

red 120 ◦ green 224 ◦ blue 238

#78E0EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #78E0EE

Tints of Turquoise Blue #78E0EE

RGB

 RED value IS 120 (47.27% from 255) = 20.62%

 GREEN value IS 224 (87.89% from 255) = 38.49%

 BLUE value IS 238 (93.36% from 255) = 40.89%

R = 20.62%
G = 38.49%
B = 40.89%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#78E0EE (or 0x78E0EE) is known color: Turquoise Blue. HEX triplet: 78, E0 and EE. RGB value is (120,224,238). Sum of RGB (Red+Green+Blue) = 120+224+238=582 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.62% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #78E0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E0EE is #871F11. Grayscale: #C2C2C2. Windows color (decimal): -8855314 or 15655032. OLE color: 15655032.

HSL color Cylindrical-coordinate representation of color #78E0EE: hue angle of 187.12º 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 #78E0EE is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 224 238 -
CMYK 0.50 0.06 0 0.07
HSL 187.12º 0.78% 0.7% -
HSV(B) 187.12º 0.5% 0.93% -
XYZ 49.83 63.48 90.51 -
YUV 194.5 152.54 74.86 -
System Red Green Blue C M Y K H S L
Decimal 120 224 238 0.50 0.06 0 0.07 187.12 0.78 0.7
Hex 78 E0 EE 32 6 0 7 BB 4E 46
Octal 170 340 356 62 6 0 7 273 116 106
Binary 1111000 11100000 11101110 110010 110 0 111 10111011 1001110 1000110

Color Harmonies of #78E0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78E0EE

Black with #78E0EE

Text Example


Text Example

White with #78E0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78E0EE;
 }
 .AnyTagClassName
 {
   color: #78E0EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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