Shades of Turquoise Blue #79DBDC
Tints of Turquoise Blue #79DBDC
RGB
CMYK
RGB Variations
Color information
#79DBDC (or 0x79DBDC) is known color: Turquoise Blue. HEX triplet: 79, DB and DC. RGB value is (121,219,220). Sum of RGB (Red+Green+Blue) = 121+219+220=560 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.61% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #79DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DBDC is #862423. Grayscale: #BDBDBD. Windows color (decimal): -8791076 or 14474105. OLE color: 14474105.
HSL color Cylindrical-coordinate representation of color #79DBDC: hue angle of 180.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79DBDC is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 219 | 220 | - |
| CMYK | 0.45 | 0.00 | 0 | 0.14 |
| HSL | 180.61º | 0.59% | 0.67% | - |
| HSV(B) | 180.61º | 0.45% | 0.86% | - |
| XYZ | 46.13 | 59.9 | 76.84 | - |
| YUV | 189.81 | 145.03 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 219 | 220 | 0.45 | 0.00 | 0 | 0.14 | 180.61 | 0.59 | 0.67 |
| Hex | 79 | DB | DC | 2D | 0 | 0 | E | B5 | 3B | 43 |
| Octal | 171 | 333 | 334 | 55 | 0 | 0 | 16 | 265 | 73 | 103 |
| Binary | 1111001 | 11011011 | 11011100 | 101101 | 0 | 0 | 1110 | 10110101 | 111011 | 1000011 |
Color Harmonies of #79DBDC
Complementary color
Monochromatic Colors of #79DBDC
Black with #79DBDC
Text Example
Text Example
White with #79DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DBDC; }
p { color: rgb(121,219,220); }
H1.HeaderClassName
{
color: #79DBDC;
}
.AnyTagClassName
{
color: #79DBDC;
}
</style>
background-color css
<style>
a { background-color: #79DBDC; }
a { background-color: rgb(121,219,220); }
div.DivClassName
{
background-color: #79DBDC;
}
.BgClassName
{
background-color: #79DBDC;
}
</style>
border-color css
<style>
span { border-color: #79DBDC; }
span { border-color: rgb(121,219,220); }
td.TdClassName
{
border-color: #79DBDC;
}
.TagClassName
{
border-color: #79DBDC;
}
</style>