#78DBDC

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

Shades of Turquoise Blue #78DBDC

Tints of Turquoise Blue #78DBDC

Color information

#78DBDC (or 0x78DBDC) is unknown color: approx Turquoise Blue. HEX triplet: 78, DB and DC. RGB value is (120,219,220). Sum of RGB (Red+Green+Blue) = 120+219+220=559 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.47% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #78DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBDC is #872423. Grayscale: #BDBDBD. Windows color (decimal): -8856612 or 14474104. OLE color: 14474104.

HSL color Cylindrical-coordinate representation of color #78DBDC: hue angle of 180.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DBDC is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120219220-
CMYK0.450.0000.14
HSL180.6º58.82%66.67%-
HSV(B)180.6º45.45%86.27%-
XYZ4659.8276.83-
YUV189.51145.278.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.47%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=21.47%
G=39.18%
B=39.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1202192200.450.0000.14180.658.8266.67
Hex78DBDC2D00Eb53b43
Octal17033333455001626573103
Binary11110001101101111011100101101001110101101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,219,220); }

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

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

 a { background-color: rgb(120,219,220); }

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

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

 span { border-color: rgb(120,219,220); }

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