Shades of Turquoise #60EED2
Tints of Turquoise #60EED2
RGB
CMYK
RGB Variations
Color information
#60EED2 (or 0x60EED2) is known color: Turquoise. HEX triplet: 60, EE and D2. RGB value is (96,238,210). Sum of RGB (Red+Green+Blue) = 96+238+210=544 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.65% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #60EED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EED2 is #9F112D. Grayscale: #C0C0C0. Windows color (decimal): -10424622 or 13823584. OLE color: 13823584.
HSL color Cylindrical-coordinate representation of color #60EED2: hue angle of 168.17º 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 #60EED2 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 238 | 210 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.07 |
| HSL | 168.17º | 0.81% | 0.65% | - |
| HSV(B) | 168.17º | 0.6% | 0.93% | - |
| XYZ | 47.03 | 68.29 | 71.68 | - |
| YUV | 192.35 | 137.96 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 210 | 0.60 | 0 | 0.12 | 0.07 | 168.17 | 0.81 | 0.65 |
| Hex | 60 | EE | D2 | 3C | 0 | C | 7 | A8 | 51 | 41 |
| Octal | 140 | 356 | 322 | 74 | 0 | 14 | 7 | 250 | 121 | 101 |
| Binary | 1100000 | 11101110 | 11010010 | 111100 | 0 | 1100 | 111 | 10101000 | 1010001 | 1000001 |
Color Harmonies of #60EED2
Complementary color
Monochromatic Colors of #60EED2
Black with #60EED2
Text Example
Text Example
White with #60EED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EED2; }
p { color: rgb(96,238,210); }
H1.HeaderClassName
{
color: #60EED2;
}
.AnyTagClassName
{
color: #60EED2;
}
</style>
background-color css
<style>
a { background-color: #60EED2; }
a { background-color: rgb(96,238,210); }
div.DivClassName
{
background-color: #60EED2;
}
.BgClassName
{
background-color: #60EED2;
}
</style>
border-color css
<style>
span { border-color: #60EED2; }
span { border-color: rgb(96,238,210); }
td.TdClassName
{
border-color: #60EED2;
}
.TagClassName
{
border-color: #60EED2;
}
</style>