#78DBEC

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

Shades of Turquoise Blue #78DBEC

Tints of Turquoise Blue #78DBEC

Color information

#78DBEC (or 0x78DBEC) is unknown color: approx Turquoise Blue. HEX triplet: 78, DB and EC. RGB value is (120,219,236). Sum of RGB (Red+Green+Blue) = 120+219+236=575 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.87% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #78DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DBEC is #872413. Grayscale: #BFBFBF. Windows color (decimal): -8856596 or 15522680. OLE color: 15522680.

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

Color convert

RGB120219236-
CMYK0.490.0700.07
HSL188.79º75.32%69.8%-
HSV(B)188.79º49.15%92.55%-
XYZ48.2260.7188.53-
YUV191.34153.277.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.87%
GREEN value IS 219 (85.94% from 255) = 38.09%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=20.87%
G=38.09%
B=41.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1202192360.490.0700.07188.7975.3269.8
Hex78DBEC31707bd4b46
Octal17033335461707275113106
Binary1111000110110111110110011000111101111011110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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