#78DADF

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

Shades of Turquoise Blue #78DADF

Tints of Turquoise Blue #78DADF

Color information

#78DADF (or 0x78DADF) is unknown color: approx Turquoise Blue. HEX triplet: 78, DA and DF. RGB value is (120,218,223). Sum of RGB (Red+Green+Blue) = 120+218+223=561 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.39% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #78DADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DADF is #872520. Grayscale: #BDBDBD. Windows color (decimal): -8856865 or 14670456. OLE color: 14670456.

HSL color Cylindrical-coordinate representation of color #78DADF: hue angle of 182.91º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DADF is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120218223-
CMYK0.460.0200.13
HSL182.91º61.68%67.25%-
HSV(B)182.91º46.19%87.45%-
XYZ46.1459.4678.86-
YUV189.27147.0378.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.39%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=21.39%
G=38.86%
B=39.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1202182230.460.0200.13182.9161.6867.25
Hex78DADF2E20Db73e43
Octal17033233756201526776103
Binary111100011011010110111111011101001101101101111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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