Shades of Turquoise Blue #60CCDB
Tints of Turquoise Blue #60CCDB
RGB
CMYK
RGB Variations
Color information
#60CCDB (or 0x60CCDB) is known color: Turquoise Blue. HEX triplet: 60, CC and DB. RGB value is (96,204,219). Sum of RGB (Red+Green+Blue) = 96+204+219=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #60CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCDB is #9F3324. Grayscale: #ADADAD. Windows color (decimal): -10433317 or 14404704. OLE color: 14404704.
HSL color Cylindrical-coordinate representation of color #60CCDB: hue angle of 187.32º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60CCDB is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 204 | 219 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.14 |
| HSL | 187.32º | 0.63% | 0.62% | - |
| HSV(B) | 187.32º | 0.56% | 0.86% | - |
| XYZ | 39.2 | 50.79 | 74.75 | - |
| YUV | 173.42 | 153.72 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 219 | 0.56 | 0.07 | 0 | 0.14 | 187.32 | 0.63 | 0.62 |
| Hex | 60 | CC | DB | 38 | 7 | 0 | E | BB | 3F | 3E |
| Octal | 140 | 314 | 333 | 70 | 7 | 0 | 16 | 273 | 77 | 76 |
| Binary | 1100000 | 11001100 | 11011011 | 111000 | 111 | 0 | 1110 | 10111011 | 111111 | 111110 |
Color Harmonies of #60CCDB
Complementary color
Monochromatic Colors of #60CCDB
Black with #60CCDB
Text Example
Text Example
White with #60CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CCDB; }
p { color: rgb(96,204,219); }
H1.HeaderClassName
{
color: #60CCDB;
}
.AnyTagClassName
{
color: #60CCDB;
}
</style>
background-color css
<style>
a { background-color: #60CCDB; }
a { background-color: rgb(96,204,219); }
div.DivClassName
{
background-color: #60CCDB;
}
.BgClassName
{
background-color: #60CCDB;
}
</style>
border-color css
<style>
span { border-color: #60CCDB; }
span { border-color: rgb(96,204,219); }
td.TdClassName
{
border-color: #60CCDB;
}
.TagClassName
{
border-color: #60CCDB;
}
</style>