Html Css Color HEX #78E2EC Turquoise Blue

📋 copy color: '#78E2EC'

red 120 ◦ green 226 ◦ blue 236

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

Shades of Turquoise Blue #78E2EC

Tints of Turquoise Blue #78E2EC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.83%

 BLUE value IS 236 (92.58% from 255) = 40.55%

R = 20.62%
G = 38.83%
B = 40.55%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#78E2EC (or 0x78E2EC) is known color: Turquoise Blue. HEX triplet: 78, E2 and EC. RGB value is (120,226,236). Sum of RGB (Red+Green+Blue) = 120+226+236=582 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.62% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #78E2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78E2EC is #871D13. Grayscale: #C3C3C3. Windows color (decimal): -8854804 or 15524472. OLE color: 15524472.

HSL color Cylindrical-coordinate representation of color #78E2EC: hue angle of 185.17º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78E2EC is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 226 236 -
CMYK 0.49 0.04 0 0.07
HSL 185.17º 0.75% 0.7% -
HSV(B) 185.17º 0.49% 0.93% -
XYZ 50.08 64.44 89.16 -
YUV 195.45 150.88 74.19 -
System Red Green Blue C M Y K H S L
Decimal 120 226 236 0.49 0.04 0 0.07 185.17 0.75 0.7
Hex 78 E2 EC 31 4 0 7 B9 4B 46
Octal 170 342 354 61 4 0 7 271 113 106
Binary 1111000 11100010 11101100 110001 100 0 111 10111001 1001011 1000110

Color Harmonies of #78E2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78E2EC

Black with #78E2EC

Text Example


Text Example

White with #78E2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,226,236); }

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

background-color css

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

 a { background-color: rgb(120,226,236); }

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

border-color css

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

 span { border-color: rgb(120,226,236); }

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