Shades of Turquoise Blue #60E4D5
Tints of Turquoise Blue #60E4D5
RGB
CMYK
RGB Variations
Color information
#60E4D5 (or 0x60E4D5) is known color: Turquoise Blue. HEX triplet: 60, E4 and D5. RGB value is (96,228,213). Sum of RGB (Red+Green+Blue) = 96+228+213=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #60E4D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E4D5 is #9F1B2A. Grayscale: #BABABA. Windows color (decimal): -10427179 or 14017632. OLE color: 14017632.
HSL color Cylindrical-coordinate representation of color #60E4D5: hue angle of 173.18º 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 #60E4D5 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 228 | 213 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.11 |
| HSL | 173.18º | 0.71% | 0.64% | - |
| HSV(B) | 173.18º | 0.58% | 0.89% | - |
| XYZ | 44.58 | 62.78 | 72.72 | - |
| YUV | 186.82 | 142.77 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 228 | 213 | 0.58 | 0 | 0.07 | 0.11 | 173.18 | 0.71 | 0.64 |
| Hex | 60 | E4 | D5 | 3A | 0 | 7 | B | AD | 47 | 40 |
| Octal | 140 | 344 | 325 | 72 | 0 | 7 | 13 | 255 | 107 | 100 |
| Binary | 1100000 | 11100100 | 11010101 | 111010 | 0 | 111 | 1011 | 10101101 | 1000111 | 1000000 |
Color Harmonies of #60E4D5
Complementary color
Monochromatic Colors of #60E4D5
Black with #60E4D5
Text Example
Text Example
White with #60E4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E4D5; }
p { color: rgb(96,228,213); }
H1.HeaderClassName
{
color: #60E4D5;
}
.AnyTagClassName
{
color: #60E4D5;
}
</style>
background-color css
<style>
a { background-color: #60E4D5; }
a { background-color: rgb(96,228,213); }
div.DivClassName
{
background-color: #60E4D5;
}
.BgClassName
{
background-color: #60E4D5;
}
</style>
border-color css
<style>
span { border-color: #60E4D5; }
span { border-color: rgb(96,228,213); }
td.TdClassName
{
border-color: #60E4D5;
}
.TagClassName
{
border-color: #60E4D5;
}
</style>