Html Css Color HEX #78DEEC Turquoise Blue

📋 copy color: '#78DEEC'

red 120 ◦ green 222 ◦ blue 236

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

Shades of Turquoise Blue #78DEEC

Tints of Turquoise Blue #78DEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.41%

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

R = 20.76%
G = 38.41%
B = 40.83%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#78DEEC (or 0x78DEEC) is known color: Turquoise Blue. HEX triplet: 78, DE and EC. RGB value is (120,222,236). Sum of RGB (Red+Green+Blue) = 120+222+236=578 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.76% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #78DEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DEEC is #872113. Grayscale: #C0C0C0. Windows color (decimal): -8855828 or 15523448. OLE color: 15523448.

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

Color convert

RGB 120 222 236 -
CMYK 0.49 0.06 0 0.07
HSL 187.24º 0.75% 0.7% -
HSV(B) 187.24º 0.49% 0.93% -
XYZ 49.01 62.29 88.8 -
YUV 193.1 152.21 75.86 -
System Red Green Blue C M Y K H S L
Decimal 120 222 236 0.49 0.06 0 0.07 187.24 0.75 0.7
Hex 78 DE EC 31 6 0 7 BB 4B 46
Octal 170 336 354 61 6 0 7 273 113 106
Binary 1111000 11011110 11101100 110001 110 0 111 10111011 1001011 1000110

Color Harmonies of #78DEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DEEC

Black with #78DEEC

Text Example


Text Example

White with #78DEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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