Shades of Turquoise Blue #60DDDF
Tints of Turquoise Blue #60DDDF
RGB
CMYK
RGB Variations
Color information
#60DDDF (or 0x60DDDF) is known color: Turquoise Blue. HEX triplet: 60, DD and DF. RGB value is (96,221,223). Sum of RGB (Red+Green+Blue) = 96+221+223=540 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.78% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #60DDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DDDF is #9F2220. Grayscale: #B7B7B7. Windows color (decimal): -10428961 or 14671200. OLE color: 14671200.
HSL color Cylindrical-coordinate representation of color #60DDDF: hue angle of 180.94º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DDDF is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 221 | 223 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.13 |
| HSL | 180.94º | 0.66% | 0.63% | - |
| HSV(B) | 180.94º | 0.57% | 0.87% | - |
| XYZ | 44 | 59.53 | 78.98 | - |
| YUV | 183.85 | 150.09 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 223 | 0.57 | 0.01 | 0 | 0.13 | 180.94 | 0.66 | 0.63 |
| Hex | 60 | DD | DF | 39 | 1 | 0 | D | B5 | 42 | 3F |
| Octal | 140 | 335 | 337 | 71 | 1 | 0 | 15 | 265 | 102 | 77 |
| Binary | 1100000 | 11011101 | 11011111 | 111001 | 1 | 0 | 1101 | 10110101 | 1000010 | 111111 |
Color Harmonies of #60DDDF
Complementary color
Monochromatic Colors of #60DDDF
Black with #60DDDF
Text Example
Text Example
White with #60DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDDF; }
p { color: rgb(96,221,223); }
H1.HeaderClassName
{
color: #60DDDF;
}
.AnyTagClassName
{
color: #60DDDF;
}
</style>
background-color css
<style>
a { background-color: #60DDDF; }
a { background-color: rgb(96,221,223); }
div.DivClassName
{
background-color: #60DDDF;
}
.BgClassName
{
background-color: #60DDDF;
}
</style>
border-color css
<style>
span { border-color: #60DDDF; }
span { border-color: rgb(96,221,223); }
td.TdClassName
{
border-color: #60DDDF;
}
.TagClassName
{
border-color: #60DDDF;
}
</style>