#78D6EF

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

Shades of Turquoise Blue #78D6EF

Tints of Turquoise Blue #78D6EF

Color information

#78D6EF (or 0x78D6EF) is unknown color: approx Turquoise Blue. HEX triplet: 78, D6 and EF. RGB value is (120,214,239). Sum of RGB (Red+Green+Blue) = 120+214+239=573 (75% of max value = 765). Red value is 120 (47.27% from 255 or 20.94% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #78D6EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D6EF is #872910. Grayscale: #BCBCBC. Windows color (decimal): -8857873 or 15718008. OLE color: 15718008.

HSL color Cylindrical-coordinate representation of color #78D6EF: hue angle of 192.61º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78D6EF is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB120214239-
CMYK0.500.1000.06
HSL192.61º78.81%70.39%-
HSV(B)192.61º49.79%93.73%-
XYZ47.3758.3290.42-
YUV188.74156.3678.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.94%
GREEN value IS 214 (83.98% from 255) = 37.35%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=20.94%
G=37.35%
B=41.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1202142390.500.1000.06192.6178.8170.39
Hex78D6EF32A06c14f46
Octal170326357621206301117106
Binary11110001101011011101111110010101001101100000110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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