Shades of Turquoise Blue #60CBDD
Tints of Turquoise Blue #60CBDD
RGB
CMYK
RGB Variations
Color information
#60CBDD (or 0x60CBDD) is known color: Turquoise Blue. HEX triplet: 60, CB and DD. RGB value is (96,203,221). Sum of RGB (Red+Green+Blue) = 96+203+221=520 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.46% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #60CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBDD is #9F3422. Grayscale: #ACACAC. Windows color (decimal): -10433571 or 14535520. OLE color: 14535520.
HSL color Cylindrical-coordinate representation of color #60CBDD: hue angle of 188.64º 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 #60CBDD is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 203 | 221 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.13 |
| HSL | 188.64º | 0.65% | 0.62% | - |
| HSV(B) | 188.64º | 0.57% | 0.87% | - |
| XYZ | 39.23 | 50.42 | 76.07 | - |
| YUV | 173.06 | 155.05 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 221 | 0.57 | 0.08 | 0 | 0.13 | 188.64 | 0.65 | 0.62 |
| Hex | 60 | CB | DD | 39 | 8 | 0 | D | BD | 41 | 3E |
| Octal | 140 | 313 | 335 | 71 | 10 | 0 | 15 | 275 | 101 | 76 |
| Binary | 1100000 | 11001011 | 11011101 | 111001 | 1000 | 0 | 1101 | 10111101 | 1000001 | 111110 |
Color Harmonies of #60CBDD
Complementary color
Monochromatic Colors of #60CBDD
Black with #60CBDD
Text Example
Text Example
White with #60CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CBDD; }
p { color: rgb(96,203,221); }
H1.HeaderClassName
{
color: #60CBDD;
}
.AnyTagClassName
{
color: #60CBDD;
}
</style>
background-color css
<style>
a { background-color: #60CBDD; }
a { background-color: rgb(96,203,221); }
div.DivClassName
{
background-color: #60CBDD;
}
.BgClassName
{
background-color: #60CBDD;
}
</style>
border-color css
<style>
span { border-color: #60CBDD; }
span { border-color: rgb(96,203,221); }
td.TdClassName
{
border-color: #60CBDD;
}
.TagClassName
{
border-color: #60CBDD;
}
</style>