Shades of Turquoise Blue #60DBEA
Tints of Turquoise Blue #60DBEA
RGB
CMYK
RGB Variations
Color information
#60DBEA (or 0x60DBEA) is known color: Turquoise Blue. HEX triplet: 60, DB and EA. RGB value is (96,219,234). Sum of RGB (Red+Green+Blue) = 96+219+234=549 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.49% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #60DBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DBEA is #9F2415. Grayscale: #B7B7B7. Windows color (decimal): -10429462 or 15391584. OLE color: 15391584.
HSL color Cylindrical-coordinate representation of color #60DBEA: hue angle of 186.52º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60DBEA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 219 | 234 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.08 |
| HSL | 186.52º | 0.77% | 0.65% | - |
| HSV(B) | 186.52º | 0.59% | 0.92% | - |
| XYZ | 45.01 | 59.09 | 86.88 | - |
| YUV | 183.93 | 156.25 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 234 | 0.59 | 0.06 | 0 | 0.08 | 186.52 | 0.77 | 0.65 |
| Hex | 60 | DB | EA | 3B | 6 | 0 | 8 | BB | 4D | 41 |
| Octal | 140 | 333 | 352 | 73 | 6 | 0 | 10 | 273 | 115 | 101 |
| Binary | 1100000 | 11011011 | 11101010 | 111011 | 110 | 0 | 1000 | 10111011 | 1001101 | 1000001 |
Color Harmonies of #60DBEA
Complementary color
Monochromatic Colors of #60DBEA
Black with #60DBEA
Text Example
Text Example
White with #60DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBEA; }
p { color: rgb(96,219,234); }
H1.HeaderClassName
{
color: #60DBEA;
}
.AnyTagClassName
{
color: #60DBEA;
}
</style>
background-color css
<style>
a { background-color: #60DBEA; }
a { background-color: rgb(96,219,234); }
div.DivClassName
{
background-color: #60DBEA;
}
.BgClassName
{
background-color: #60DBEA;
}
</style>
border-color css
<style>
span { border-color: #60DBEA; }
span { border-color: rgb(96,219,234); }
td.TdClassName
{
border-color: #60DBEA;
}
.TagClassName
{
border-color: #60DBEA;
}
</style>