#78DDD8

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

Shades of Turquoise Blue #78DDD8

Tints of Turquoise Blue #78DDD8

Color information

#78DDD8 (or 0x78DDD8) is unknown color: approx Turquoise Blue. HEX triplet: 78, DD and D8. RGB value is (120,221,216). Sum of RGB (Red+Green+Blue) = 120+221+216=557 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.54% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #78DDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DDD8 is #872227. Grayscale: #BEBEBE. Windows color (decimal): -8856104 or 14212472. OLE color: 14212472.

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

Color convert

RGB120221216-
CMYK0.4600.020.13
HSL177.03º59.76%66.86%-
HSV(B)177.03º45.7%86.67%-
XYZ4660.6674.25-
YUV190.23142.5477.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.54%
GREEN value IS 221 (86.72% from 255) = 39.68%
BLUE value IS 216 (84.77% from 255) = 38.78%
R=21.54%
G=39.68%
B=38.78%

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
Decimal1202212160.4600.020.13177.0359.7666.86
Hex78DDD82E02Db13c43
Octal17033533056021526174103
Binary111100011011101110110001011100101101101100011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,221,216); }

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

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

 a { background-color: rgb(120,221,216); }

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

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

 span { border-color: rgb(120,221,216); }

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