Shades of Turquoise Blue #60C9D6
Tints of Turquoise Blue #60C9D6
RGB
CMYK
RGB Variations
Color information
#60C9D6 (or 0x60C9D6) is known color: Turquoise Blue. HEX triplet: 60, C9 and D6. RGB value is (96,201,214). Sum of RGB (Red+Green+Blue) = 96+201+214=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 214 - color contains mainly: blue. Hex color #60C9D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C9D6 is #9F3629. Grayscale: #AAAAAA. Windows color (decimal): -10434090 or 14076256. OLE color: 14076256.
HSL color Cylindrical-coordinate representation of color #60C9D6: hue angle of 186.61º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60C9D6 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 201 | 214 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.16 |
| HSL | 186.61º | 0.59% | 0.61% | - |
| HSV(B) | 186.61º | 0.55% | 0.84% | - |
| XYZ | 37.85 | 49.12 | 71.1 | - |
| YUV | 171.09 | 152.21 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 214 | 0.55 | 0.06 | 0 | 0.16 | 186.61 | 0.59 | 0.61 |
| Hex | 60 | C9 | D6 | 37 | 6 | 0 | 10 | BB | 3B | 3D |
| Octal | 140 | 311 | 326 | 67 | 6 | 0 | 20 | 273 | 73 | 75 |
| Binary | 1100000 | 11001001 | 11010110 | 110111 | 110 | 0 | 10000 | 10111011 | 111011 | 111101 |
Color Harmonies of #60C9D6
Complementary color
Monochromatic Colors of #60C9D6
Black with #60C9D6
Text Example
Text Example
White with #60C9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C9D6; }
p { color: rgb(96,201,214); }
H1.HeaderClassName
{
color: #60C9D6;
}
.AnyTagClassName
{
color: #60C9D6;
}
</style>
background-color css
<style>
a { background-color: #60C9D6; }
a { background-color: rgb(96,201,214); }
div.DivClassName
{
background-color: #60C9D6;
}
.BgClassName
{
background-color: #60C9D6;
}
</style>
border-color css
<style>
span { border-color: #60C9D6; }
span { border-color: rgb(96,201,214); }
td.TdClassName
{
border-color: #60C9D6;
}
.TagClassName
{
border-color: #60C9D6;
}
</style>