Shades of Turquoise Blue #60E6DD
Tints of Turquoise Blue #60E6DD
RGB
CMYK
RGB Variations
Color information
#60E6DD (or 0x60E6DD) is known color: Turquoise Blue. HEX triplet: 60, E6 and DD. RGB value is (96,230,221). Sum of RGB (Red+Green+Blue) = 96+230+221=547 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.55% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #60E6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E6DD is #9F1922. Grayscale: #BCBCBC. Windows color (decimal): -10426659 or 14542432. OLE color: 14542432.
HSL color Cylindrical-coordinate representation of color #60E6DD: hue angle of 175.97º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E6DD is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 230 | 221 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.10 |
| HSL | 175.97º | 0.73% | 0.64% | - |
| HSV(B) | 175.97º | 0.58% | 0.9% | - |
| XYZ | 46.17 | 64.3 | 78.38 | - |
| YUV | 188.91 | 146.11 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 230 | 221 | 0.58 | 0 | 0.04 | 0.10 | 175.97 | 0.73 | 0.64 |
| Hex | 60 | E6 | DD | 3A | 0 | 4 | A | B0 | 49 | 40 |
| Octal | 140 | 346 | 335 | 72 | 0 | 4 | 12 | 260 | 111 | 100 |
| Binary | 1100000 | 11100110 | 11011101 | 111010 | 0 | 100 | 1010 | 10110000 | 1001001 | 1000000 |
Color Harmonies of #60E6DD
Complementary color
Monochromatic Colors of #60E6DD
Black with #60E6DD
Text Example
Text Example
White with #60E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E6DD; }
p { color: rgb(96,230,221); }
H1.HeaderClassName
{
color: #60E6DD;
}
.AnyTagClassName
{
color: #60E6DD;
}
</style>
background-color css
<style>
a { background-color: #60E6DD; }
a { background-color: rgb(96,230,221); }
div.DivClassName
{
background-color: #60E6DD;
}
.BgClassName
{
background-color: #60E6DD;
}
</style>
border-color css
<style>
span { border-color: #60E6DD; }
span { border-color: rgb(96,230,221); }
td.TdClassName
{
border-color: #60E6DD;
}
.TagClassName
{
border-color: #60E6DD;
}
</style>