Shades of Turquoise Blue #60EEDB
Tints of Turquoise Blue #60EEDB
RGB
CMYK
RGB Variations
Color information
#60EEDB (or 0x60EEDB) is known color: Turquoise Blue. HEX triplet: 60, EE and DB. RGB value is (96,238,219). Sum of RGB (Red+Green+Blue) = 96+238+219=553 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.36% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #60EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EEDB is #9F1124. Grayscale: #C1C1C1. Windows color (decimal): -10424613 or 14413408. OLE color: 14413408.
HSL color Cylindrical-coordinate representation of color #60EEDB: hue angle of 171.97º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EEDB is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 238 | 219 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.07 |
| HSL | 171.97º | 0.81% | 0.65% | - |
| HSV(B) | 171.97º | 0.6% | 0.93% | - |
| XYZ | 48.18 | 68.75 | 77.75 | - |
| YUV | 193.38 | 142.46 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 219 | 0.60 | 0 | 0.08 | 0.07 | 171.97 | 0.81 | 0.65 |
| Hex | 60 | EE | DB | 3C | 0 | 8 | 7 | AC | 51 | 41 |
| Octal | 140 | 356 | 333 | 74 | 0 | 10 | 7 | 254 | 121 | 101 |
| Binary | 1100000 | 11101110 | 11011011 | 111100 | 0 | 1000 | 111 | 10101100 | 1010001 | 1000001 |
Color Harmonies of #60EEDB
Complementary color
Monochromatic Colors of #60EEDB
Black with #60EEDB
Text Example
Text Example
White with #60EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EEDB; }
p { color: rgb(96,238,219); }
H1.HeaderClassName
{
color: #60EEDB;
}
.AnyTagClassName
{
color: #60EEDB;
}
</style>
background-color css
<style>
a { background-color: #60EEDB; }
a { background-color: rgb(96,238,219); }
div.DivClassName
{
background-color: #60EEDB;
}
.BgClassName
{
background-color: #60EEDB;
}
</style>
border-color css
<style>
span { border-color: #60EEDB; }
span { border-color: rgb(96,238,219); }
td.TdClassName
{
border-color: #60EEDB;
}
.TagClassName
{
border-color: #60EEDB;
}
</style>