Shades of Turquoise Blue #60DBDD
Tints of Turquoise Blue #60DBDD
RGB
CMYK
RGB Variations
Color information
#60DBDD (or 0x60DBDD) is known color: Turquoise Blue. HEX triplet: 60, DB and DD. RGB value is (96,219,221). Sum of RGB (Red+Green+Blue) = 96+219+221=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #60DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DBDD is #9F2422. Grayscale: #B6B6B6. Windows color (decimal): -10429475 or 14539616. OLE color: 14539616.
HSL color Cylindrical-coordinate representation of color #60DBDD: hue angle of 180.96º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DBDD is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 219 | 221 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.13 |
| HSL | 180.96º | 0.65% | 0.62% | - |
| HSV(B) | 180.96º | 0.57% | 0.87% | - |
| XYZ | 43.21 | 58.37 | 77.4 | - |
| YUV | 182.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 221 | 0.57 | 0.01 | 0 | 0.13 | 180.96 | 0.65 | 0.62 |
| Hex | 60 | DB | DD | 39 | 1 | 0 | D | B5 | 41 | 3E |
| Octal | 140 | 333 | 335 | 71 | 1 | 0 | 15 | 265 | 101 | 76 |
| Binary | 1100000 | 11011011 | 11011101 | 111001 | 1 | 0 | 1101 | 10110101 | 1000001 | 111110 |
Color Harmonies of #60DBDD
Complementary color
Monochromatic Colors of #60DBDD
Black with #60DBDD
Text Example
Text Example
White with #60DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBDD; }
p { color: rgb(96,219,221); }
H1.HeaderClassName
{
color: #60DBDD;
}
.AnyTagClassName
{
color: #60DBDD;
}
</style>
background-color css
<style>
a { background-color: #60DBDD; }
a { background-color: rgb(96,219,221); }
div.DivClassName
{
background-color: #60DBDD;
}
.BgClassName
{
background-color: #60DBDD;
}
</style>
border-color css
<style>
span { border-color: #60DBDD; }
span { border-color: rgb(96,219,221); }
td.TdClassName
{
border-color: #60DBDD;
}
.TagClassName
{
border-color: #60DBDD;
}
</style>