Shades of Turquoise Blue #60CFDD
Tints of Turquoise Blue #60CFDD
RGB
CMYK
RGB Variations
Color information
#60CFDD (or 0x60CFDD) is known color: Turquoise Blue. HEX triplet: 60, CF and DD. RGB value is (96,207,221). Sum of RGB (Red+Green+Blue) = 96+207+221=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #60CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFDD is #9F3022. Grayscale: #AFAFAF. Windows color (decimal): -10432547 or 14536544. OLE color: 14536544.
HSL color Cylindrical-coordinate representation of color #60CFDD: hue angle of 186.72º 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 #60CFDD is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 207 | 221 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.13 |
| HSL | 186.72º | 0.65% | 0.62% | - |
| HSV(B) | 186.72º | 0.57% | 0.87% | - |
| XYZ | 40.19 | 52.33 | 76.39 | - |
| YUV | 175.41 | 153.73 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 221 | 0.57 | 0.06 | 0 | 0.13 | 186.72 | 0.65 | 0.62 |
| Hex | 60 | CF | DD | 39 | 6 | 0 | D | BB | 41 | 3E |
| Octal | 140 | 317 | 335 | 71 | 6 | 0 | 15 | 273 | 101 | 76 |
| Binary | 1100000 | 11001111 | 11011101 | 111001 | 110 | 0 | 1101 | 10111011 | 1000001 | 111110 |
Color Harmonies of #60CFDD
Complementary color
Monochromatic Colors of #60CFDD
Black with #60CFDD
Text Example
Text Example
White with #60CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFDD; }
p { color: rgb(96,207,221); }
H1.HeaderClassName
{
color: #60CFDD;
}
.AnyTagClassName
{
color: #60CFDD;
}
</style>
background-color css
<style>
a { background-color: #60CFDD; }
a { background-color: rgb(96,207,221); }
div.DivClassName
{
background-color: #60CFDD;
}
.BgClassName
{
background-color: #60CFDD;
}
</style>
border-color css
<style>
span { border-color: #60CFDD; }
span { border-color: rgb(96,207,221); }
td.TdClassName
{
border-color: #60CFDD;
}
.TagClassName
{
border-color: #60CFDD;
}
</style>