Shades of Turquoise #60EED0
Tints of Turquoise #60EED0
RGB
CMYK
RGB Variations
Color information
#60EED0 (or 0x60EED0) is known color: Turquoise. HEX triplet: 60, EE and D0. RGB value is (96,238,208). Sum of RGB (Red+Green+Blue) = 96+238+208=542 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.71% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #60EED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EED0 is #9F112F. Grayscale: #C0C0C0. Windows color (decimal): -10424624 or 13692512. OLE color: 13692512.
HSL color Cylindrical-coordinate representation of color #60EED0: hue angle of 167.32º 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 #60EED0 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 238 | 208 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.07 |
| HSL | 167.32º | 0.81% | 0.65% | - |
| HSV(B) | 167.32º | 0.6% | 0.93% | - |
| XYZ | 46.78 | 68.19 | 70.37 | - |
| YUV | 192.12 | 136.96 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 208 | 0.60 | 0 | 0.13 | 0.07 | 167.32 | 0.81 | 0.65 |
| Hex | 60 | EE | D0 | 3C | 0 | D | 7 | A7 | 51 | 41 |
| Octal | 140 | 356 | 320 | 74 | 0 | 15 | 7 | 247 | 121 | 101 |
| Binary | 1100000 | 11101110 | 11010000 | 111100 | 0 | 1101 | 111 | 10100111 | 1010001 | 1000001 |
Color Harmonies of #60EED0
Complementary color
Monochromatic Colors of #60EED0
Black with #60EED0
Text Example
Text Example
White with #60EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EED0; }
p { color: rgb(96,238,208); }
H1.HeaderClassName
{
color: #60EED0;
}
.AnyTagClassName
{
color: #60EED0;
}
</style>
background-color css
<style>
a { background-color: #60EED0; }
a { background-color: rgb(96,238,208); }
div.DivClassName
{
background-color: #60EED0;
}
.BgClassName
{
background-color: #60EED0;
}
</style>
border-color css
<style>
span { border-color: #60EED0; }
span { border-color: rgb(96,238,208); }
td.TdClassName
{
border-color: #60EED0;
}
.TagClassName
{
border-color: #60EED0;
}
</style>