#78DFE0

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

Shades of Turquoise Blue #78DFE0

Tints of Turquoise Blue #78DFE0

Color information

#78DFE0 (or 0x78DFE0) is unknown color: approx Turquoise Blue. HEX triplet: 78, DF and E0. RGB value is (120,223,224). Sum of RGB (Red+Green+Blue) = 120+223+224=567 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.16% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #78DFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DFE0 is #87201F. Grayscale: #C0C0C0. Windows color (decimal): -8855584 or 14737272. OLE color: 14737272.

HSL color Cylindrical-coordinate representation of color #78DFE0: hue angle of 180.58º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DFE0 is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB120223224-
CMYK0.460.0000.12
HSL180.58º62.65%67.45%-
HSV(B)180.58º46.43%87.84%-
XYZ47.5962.1580.01-
YUV192.32145.8876.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.16%
GREEN value IS 223 (87.5% from 255) = 39.33%
BLUE value IS 224 (87.89% from 255) = 39.51%
R=21.16%
G=39.33%
B=39.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1202232240.460.0000.12180.5862.6567.45
Hex78DFE02E00Cb53f43
Octal17033734056001426577103
Binary11110001101111111100000101110001100101101011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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