Shades of Turquoise Blue #60CCDA
Tints of Turquoise Blue #60CCDA
RGB
CMYK
RGB Variations
Color information
#60CCDA (or 0x60CCDA) is known color: Turquoise Blue. HEX triplet: 60, CC and DA. RGB value is (96,204,218). Sum of RGB (Red+Green+Blue) = 96+204+218=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #60CCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCDA is #9F3325. Grayscale: #ADADAD. Windows color (decimal): -10433318 or 14339168. OLE color: 14339168.
HSL color Cylindrical-coordinate representation of color #60CCDA: hue angle of 186.89º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60CCDA is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 204 | 218 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.15 |
| HSL | 186.89º | 0.62% | 0.62% | - |
| HSV(B) | 186.89º | 0.56% | 0.85% | - |
| XYZ | 39.07 | 50.73 | 74.06 | - |
| YUV | 173.3 | 153.22 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 218 | 0.56 | 0.06 | 0 | 0.15 | 186.89 | 0.62 | 0.62 |
| Hex | 60 | CC | DA | 38 | 6 | 0 | F | BB | 3E | 3E |
| Octal | 140 | 314 | 332 | 70 | 6 | 0 | 17 | 273 | 76 | 76 |
| Binary | 1100000 | 11001100 | 11011010 | 111000 | 110 | 0 | 1111 | 10111011 | 111110 | 111110 |
Color Harmonies of #60CCDA
Complementary color
Monochromatic Colors of #60CCDA
Black with #60CCDA
Text Example
Text Example
White with #60CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CCDA; }
p { color: rgb(96,204,218); }
H1.HeaderClassName
{
color: #60CCDA;
}
.AnyTagClassName
{
color: #60CCDA;
}
</style>
background-color css
<style>
a { background-color: #60CCDA; }
a { background-color: rgb(96,204,218); }
div.DivClassName
{
background-color: #60CCDA;
}
.BgClassName
{
background-color: #60CCDA;
}
</style>
border-color css
<style>
span { border-color: #60CCDA; }
span { border-color: rgb(96,204,218); }
td.TdClassName
{
border-color: #60CCDA;
}
.TagClassName
{
border-color: #60CCDA;
}
</style>