Shades of Turquoise Blue #60DCDB
Tints of Turquoise Blue #60DCDB
RGB
CMYK
RGB Variations
Color information
#60DCDB (or 0x60DCDB) is known color: Turquoise Blue. HEX triplet: 60, DC and DB. RGB value is (96,220,219). Sum of RGB (Red+Green+Blue) = 96+220+219=535 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.94% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCDB is #9F2324. Grayscale: #B6B6B6. Windows color (decimal): -10429221 or 14408800. OLE color: 14408800.
HSL color Cylindrical-coordinate representation of color #60DCDB: hue angle of 179.52º degrees, saturation: 0.64, 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 #60DCDB is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 220 | 219 | - |
| CMYK | 0.56 | 0 | 0.00 | 0.14 |
| HSL | 179.52º | 0.64% | 0.62% | - |
| HSV(B) | 179.52º | 0.56% | 0.86% | - |
| XYZ | 43.2 | 58.79 | 76.09 | - |
| YUV | 182.81 | 148.42 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 219 | 0.56 | 0 | 0.00 | 0.14 | 179.52 | 0.64 | 0.62 |
| Hex | 60 | DC | DB | 38 | 0 | 0 | E | B4 | 40 | 3E |
| Octal | 140 | 334 | 333 | 70 | 0 | 0 | 16 | 264 | 100 | 76 |
| Binary | 1100000 | 11011100 | 11011011 | 111000 | 0 | 0 | 1110 | 10110100 | 1000000 | 111110 |
Color Harmonies of #60DCDB
Complementary color
Monochromatic Colors of #60DCDB
Black with #60DCDB
Text Example
Text Example
White with #60DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DCDB; }
p { color: rgb(96,220,219); }
H1.HeaderClassName
{
color: #60DCDB;
}
.AnyTagClassName
{
color: #60DCDB;
}
</style>
background-color css
<style>
a { background-color: #60DCDB; }
a { background-color: rgb(96,220,219); }
div.DivClassName
{
background-color: #60DCDB;
}
.BgClassName
{
background-color: #60DCDB;
}
</style>
border-color css
<style>
span { border-color: #60DCDB; }
span { border-color: rgb(96,220,219); }
td.TdClassName
{
border-color: #60DCDB;
}
.TagClassName
{
border-color: #60DCDB;
}
</style>