Shades of Turquoise Blue #60DDDA
Tints of Turquoise Blue #60DDDA
RGB
CMYK
RGB Variations
Color information
#60DDDA (or 0x60DDDA) is known color: Turquoise Blue. HEX triplet: 60, DD and DA. RGB value is (96,221,218). Sum of RGB (Red+Green+Blue) = 96+221+218=535 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.94% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DDDA is #9F2225. Grayscale: #B7B7B7. Windows color (decimal): -10428966 or 14343520. OLE color: 14343520.
HSL color Cylindrical-coordinate representation of color #60DDDA: hue angle of 178.56º 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 #60DDDA is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 221 | 218 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.13 |
| HSL | 178.56º | 0.65% | 0.62% | - |
| HSV(B) | 178.56º | 0.57% | 0.87% | - |
| XYZ | 43.34 | 59.26 | 75.48 | - |
| YUV | 183.28 | 147.59 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 218 | 0.57 | 0 | 0.01 | 0.13 | 178.56 | 0.65 | 0.62 |
| Hex | 60 | DD | DA | 39 | 0 | 1 | D | B3 | 41 | 3E |
| Octal | 140 | 335 | 332 | 71 | 0 | 1 | 15 | 263 | 101 | 76 |
| Binary | 1100000 | 11011101 | 11011010 | 111001 | 0 | 1 | 1101 | 10110011 | 1000001 | 111110 |
Color Harmonies of #60DDDA
Complementary color
Monochromatic Colors of #60DDDA
Black with #60DDDA
Text Example
Text Example
White with #60DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDDA; }
p { color: rgb(96,221,218); }
H1.HeaderClassName
{
color: #60DDDA;
}
.AnyTagClassName
{
color: #60DDDA;
}
</style>
background-color css
<style>
a { background-color: #60DDDA; }
a { background-color: rgb(96,221,218); }
div.DivClassName
{
background-color: #60DDDA;
}
.BgClassName
{
background-color: #60DDDA;
}
</style>
border-color css
<style>
span { border-color: #60DDDA; }
span { border-color: rgb(96,221,218); }
td.TdClassName
{
border-color: #60DDDA;
}
.TagClassName
{
border-color: #60DDDA;
}
</style>