Html Css Color HEX #78D6EC Turquoise Blue

📋 copy color: '#78D6EC'

red 120 ◦ green 214 ◦ blue 236

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

Shades of Turquoise Blue #78D6EC

Tints of Turquoise Blue #78D6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.54%

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

R = 21.05%
G = 37.54%
B = 41.4%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#78D6EC (or 0x78D6EC) is known color: Turquoise Blue. HEX triplet: 78, D6 and EC. RGB value is (120,214,236). Sum of RGB (Red+Green+Blue) = 120+214+236=570 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.05% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #78D6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D6EC is #872913. Grayscale: #BCBCBC. Windows color (decimal): -8857876 or 15521400. OLE color: 15521400.

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

Color convert

RGB 120 214 236 -
CMYK 0.49 0.09 0 0.07
HSL 191.38º 0.75% 0.7% -
HSV(B) 191.38º 0.49% 0.93% -
XYZ 46.93 58.14 88.11 -
YUV 188.4 154.86 79.21 -
System Red Green Blue C M Y K H S L
Decimal 120 214 236 0.49 0.09 0 0.07 191.38 0.75 0.7
Hex 78 D6 EC 31 9 0 7 BF 4B 46
Octal 170 326 354 61 11 0 7 277 113 106
Binary 1111000 11010110 11101100 110001 1001 0 111 10111111 1001011 1000110

Color Harmonies of #78D6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D6EC

Black with #78D6EC

Text Example


Text Example

White with #78D6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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