#79DBDD

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

Shades of Turquoise Blue #79DBDD

Tints of Turquoise Blue #79DBDD

Color information

#79DBDD (or 0x79DBDD) is unknown color: approx Turquoise Blue. HEX triplet: 79, DB and DD. RGB value is (121,219,221). Sum of RGB (Red+Green+Blue) = 121+219+221=561 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.57% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #79DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DBDD is #862422. Grayscale: #BDBDBD. Windows color (decimal): -8791075 or 14539641. OLE color: 14539641.

HSL color Cylindrical-coordinate representation of color #79DBDD: hue angle of 181.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79DBDD is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121219221-
CMYK0.450.0100.13
HSL181.2º59.52%67.06%-
HSV(B)181.2º45.25%86.67%-
XYZ46.2759.9577.54-
YUV189.93145.5378.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.57%
GREEN value IS 219 (85.94% from 255) = 39.04%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=21.57%
G=39.04%
B=39.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1212192210.450.0100.13181.259.5267.06
Hex79DBDD2D10Db53c43
Octal17133333555101526574103
Binary11110011101101111011101101101101101101101011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79DBDD; }

 p { color: rgb(121,219,221); }

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

<style>
 a { background-color: #79DBDD; }

 a { background-color: rgb(121,219,221); }

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

<style>
 span { border-color: #79DBDD; }

 span { border-color: rgb(121,219,221); }

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