Shades of Turquoise Blue #60CDDB
Tints of Turquoise Blue #60CDDB
RGB
CMYK
RGB Variations
Color information
#60CDDB (or 0x60CDDB) is known color: Turquoise Blue. HEX triplet: 60, CD and DB. RGB value is (96,205,219). Sum of RGB (Red+Green+Blue) = 96+205+219=520 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.46% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #60CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDDB is #9F3224. Grayscale: #ADADAD. Windows color (decimal): -10433061 or 14404960. OLE color: 14404960.
HSL color Cylindrical-coordinate representation of color #60CDDB: hue angle of 186.83º 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 #60CDDB is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 205 | 219 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.14 |
| HSL | 186.83º | 0.63% | 0.62% | - |
| HSV(B) | 186.83º | 0.56% | 0.86% | - |
| XYZ | 39.44 | 51.26 | 74.83 | - |
| YUV | 174.01 | 153.39 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 219 | 0.56 | 0.06 | 0 | 0.14 | 186.83 | 0.63 | 0.62 |
| Hex | 60 | CD | DB | 38 | 6 | 0 | E | BB | 3F | 3E |
| Octal | 140 | 315 | 333 | 70 | 6 | 0 | 16 | 273 | 77 | 76 |
| Binary | 1100000 | 11001101 | 11011011 | 111000 | 110 | 0 | 1110 | 10111011 | 111111 | 111110 |
Color Harmonies of #60CDDB
Complementary color
Monochromatic Colors of #60CDDB
Black with #60CDDB
Text Example
Text Example
White with #60CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDDB; }
p { color: rgb(96,205,219); }
H1.HeaderClassName
{
color: #60CDDB;
}
.AnyTagClassName
{
color: #60CDDB;
}
</style>
background-color css
<style>
a { background-color: #60CDDB; }
a { background-color: rgb(96,205,219); }
div.DivClassName
{
background-color: #60CDDB;
}
.BgClassName
{
background-color: #60CDDB;
}
</style>
border-color css
<style>
span { border-color: #60CDDB; }
span { border-color: rgb(96,205,219); }
td.TdClassName
{
border-color: #60CDDB;
}
.TagClassName
{
border-color: #60CDDB;
}
</style>