#78DFDA

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

Shades of Turquoise Blue #78DFDA

Tints of Turquoise Blue #78DFDA

Color information

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

HSL color Cylindrical-coordinate representation of color #78DFDA: hue angle of 177.09º 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 #78DFDA is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB120223218-
CMYK0.4600.020.13
HSL177.09º61.68%67.25%-
HSV(B)177.09º46.19%87.45%-
XYZ46.7961.8375.8-
YUV191.63142.8876.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1202232180.4600.020.13177.0961.6867.25
Hex78DFDA2E02Db13e43
Octal17033733256021526176103
Binary111100011011111110110101011100101101101100011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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