Shades of Turquoise Blue #60E9DA
Tints of Turquoise Blue #60E9DA
RGB
CMYK
RGB Variations
Color information
#60E9DA (or 0x60E9DA) is known color: Turquoise Blue. HEX triplet: 60, E9 and DA. RGB value is (96,233,218). Sum of RGB (Red+Green+Blue) = 96+233+218=547 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.55% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #60E9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E9DA is #9F1625. Grayscale: #BEBEBE. Windows color (decimal): -10425894 or 14346592. OLE color: 14346592.
HSL color Cylindrical-coordinate representation of color #60E9DA: hue angle of 173.43º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60E9DA is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 233 | 218 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.09 |
| HSL | 173.43º | 0.76% | 0.65% | - |
| HSV(B) | 173.43º | 0.59% | 0.91% | - |
| XYZ | 46.62 | 65.83 | 76.58 | - |
| YUV | 190.33 | 143.61 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 233 | 218 | 0.59 | 0 | 0.06 | 0.09 | 173.43 | 0.76 | 0.65 |
| Hex | 60 | E9 | DA | 3B | 0 | 6 | 9 | AD | 4C | 41 |
| Octal | 140 | 351 | 332 | 73 | 0 | 6 | 11 | 255 | 114 | 101 |
| Binary | 1100000 | 11101001 | 11011010 | 111011 | 0 | 110 | 1001 | 10101101 | 1001100 | 1000001 |
Color Harmonies of #60E9DA
Complementary color
Monochromatic Colors of #60E9DA
Black with #60E9DA
Text Example
Text Example
White with #60E9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E9DA; }
p { color: rgb(96,233,218); }
H1.HeaderClassName
{
color: #60E9DA;
}
.AnyTagClassName
{
color: #60E9DA;
}
</style>
background-color css
<style>
a { background-color: #60E9DA; }
a { background-color: rgb(96,233,218); }
div.DivClassName
{
background-color: #60E9DA;
}
.BgClassName
{
background-color: #60E9DA;
}
</style>
border-color css
<style>
span { border-color: #60E9DA; }
span { border-color: rgb(96,233,218); }
td.TdClassName
{
border-color: #60E9DA;
}
.TagClassName
{
border-color: #60E9DA;
}
</style>