Shades of Turquoise Blue #60E4DB
Tints of Turquoise Blue #60E4DB
RGB
CMYK
RGB Variations
Color information
#60E4DB (or 0x60E4DB) is known color: Turquoise Blue. HEX triplet: 60, E4 and DB. RGB value is (96,228,219). Sum of RGB (Red+Green+Blue) = 96+228+219=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #60E4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E4DB is #9F1B24. Grayscale: #BBBBBB. Windows color (decimal): -10427173 or 14410848. OLE color: 14410848.
HSL color Cylindrical-coordinate representation of color #60E4DB: hue angle of 175.91º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E4DB is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 228 | 219 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.11 |
| HSL | 175.91º | 0.71% | 0.64% | - |
| HSV(B) | 175.91º | 0.58% | 0.89% | - |
| XYZ | 45.35 | 63.09 | 76.8 | - |
| YUV | 187.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 228 | 219 | 0.58 | 0 | 0.04 | 0.11 | 175.91 | 0.71 | 0.64 |
| Hex | 60 | E4 | DB | 3A | 0 | 4 | B | B0 | 47 | 40 |
| Octal | 140 | 344 | 333 | 72 | 0 | 4 | 13 | 260 | 107 | 100 |
| Binary | 1100000 | 11100100 | 11011011 | 111010 | 0 | 100 | 1011 | 10110000 | 1000111 | 1000000 |
Color Harmonies of #60E4DB
Complementary color
Monochromatic Colors of #60E4DB
Black with #60E4DB
Text Example
Text Example
White with #60E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E4DB; }
p { color: rgb(96,228,219); }
H1.HeaderClassName
{
color: #60E4DB;
}
.AnyTagClassName
{
color: #60E4DB;
}
</style>
background-color css
<style>
a { background-color: #60E4DB; }
a { background-color: rgb(96,228,219); }
div.DivClassName
{
background-color: #60E4DB;
}
.BgClassName
{
background-color: #60E4DB;
}
</style>
border-color css
<style>
span { border-color: #60E4DB; }
span { border-color: rgb(96,228,219); }
td.TdClassName
{
border-color: #60E4DB;
}
.TagClassName
{
border-color: #60E4DB;
}
</style>