Shades of Turquoise Blue #60EADE
Tints of Turquoise Blue #60EADE
RGB
CMYK
RGB Variations
Color information
#60EADE (or 0x60EADE) is known color: Turquoise Blue. HEX triplet: 60, EA and DE. RGB value is (96,234,222). Sum of RGB (Red+Green+Blue) = 96+234+222=552 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.39% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #60EADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EADE is #9F1521. Grayscale: #BFBFBF. Windows color (decimal): -10425634 or 14608992. OLE color: 14608992.
HSL color Cylindrical-coordinate representation of color #60EADE: hue angle of 174.78º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EADE is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 234 | 222 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.08 |
| HSL | 174.78º | 0.77% | 0.65% | - |
| HSV(B) | 174.78º | 0.59% | 0.92% | - |
| XYZ | 47.43 | 66.61 | 79.46 | - |
| YUV | 191.37 | 145.28 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 234 | 222 | 0.59 | 0 | 0.05 | 0.08 | 174.78 | 0.77 | 0.65 |
| Hex | 60 | EA | DE | 3B | 0 | 5 | 8 | AF | 4D | 41 |
| Octal | 140 | 352 | 336 | 73 | 0 | 5 | 10 | 257 | 115 | 101 |
| Binary | 1100000 | 11101010 | 11011110 | 111011 | 0 | 101 | 1000 | 10101111 | 1001101 | 1000001 |
Color Harmonies of #60EADE
Complementary color
Monochromatic Colors of #60EADE
Black with #60EADE
Text Example
Text Example
White with #60EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EADE; }
p { color: rgb(96,234,222); }
H1.HeaderClassName
{
color: #60EADE;
}
.AnyTagClassName
{
color: #60EADE;
}
</style>
background-color css
<style>
a { background-color: #60EADE; }
a { background-color: rgb(96,234,222); }
div.DivClassName
{
background-color: #60EADE;
}
.BgClassName
{
background-color: #60EADE;
}
</style>
border-color css
<style>
span { border-color: #60EADE; }
span { border-color: rgb(96,234,222); }
td.TdClassName
{
border-color: #60EADE;
}
.TagClassName
{
border-color: #60EADE;
}
</style>