Shades of Turquoise Blue #60CDDD
Tints of Turquoise Blue #60CDDD
RGB
CMYK
RGB Variations
Color information
#60CDDD (or 0x60CDDD) is known color: Turquoise Blue. HEX triplet: 60, CD and DD. RGB value is (96,205,221). Sum of RGB (Red+Green+Blue) = 96+205+221=522 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.39% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #60CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDDD is #9F3222. Grayscale: #AEAEAE. Windows color (decimal): -10433059 or 14536032. OLE color: 14536032.
HSL color Cylindrical-coordinate representation of color #60CDDD: hue angle of 187.68º 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 #60CDDD is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 205 | 221 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.13 |
| HSL | 187.68º | 0.65% | 0.62% | - |
| HSV(B) | 187.68º | 0.57% | 0.87% | - |
| XYZ | 39.71 | 51.37 | 76.23 | - |
| YUV | 174.23 | 154.39 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 221 | 0.57 | 0.07 | 0 | 0.13 | 187.68 | 0.65 | 0.62 |
| Hex | 60 | CD | DD | 39 | 7 | 0 | D | BC | 41 | 3E |
| Octal | 140 | 315 | 335 | 71 | 7 | 0 | 15 | 274 | 101 | 76 |
| Binary | 1100000 | 11001101 | 11011101 | 111001 | 111 | 0 | 1101 | 10111100 | 1000001 | 111110 |
Color Harmonies of #60CDDD
Complementary color
Monochromatic Colors of #60CDDD
Black with #60CDDD
Text Example
Text Example
White with #60CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDDD; }
p { color: rgb(96,205,221); }
H1.HeaderClassName
{
color: #60CDDD;
}
.AnyTagClassName
{
color: #60CDDD;
}
</style>
background-color css
<style>
a { background-color: #60CDDD; }
a { background-color: rgb(96,205,221); }
div.DivClassName
{
background-color: #60CDDD;
}
.BgClassName
{
background-color: #60CDDD;
}
</style>
border-color css
<style>
span { border-color: #60CDDD; }
span { border-color: rgb(96,205,221); }
td.TdClassName
{
border-color: #60CDDD;
}
.TagClassName
{
border-color: #60CDDD;
}
</style>