Shades of Turquoise Blue #60E9DE
Tints of Turquoise Blue #60E9DE
RGB
CMYK
RGB Variations
Color information
#60E9DE (or 0x60E9DE) is known color: Turquoise Blue. HEX triplet: 60, E9 and DE. RGB value is (96,233,222). Sum of RGB (Red+Green+Blue) = 96+233+222=551 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.42% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #60E9DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E9DE is #9F1621. Grayscale: #BEBEBE. Windows color (decimal): -10425890 or 14608736. OLE color: 14608736.
HSL color Cylindrical-coordinate representation of color #60E9DE: hue angle of 175.18º 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 #60E9DE is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 233 | 222 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.09 |
| HSL | 175.18º | 0.76% | 0.65% | - |
| HSV(B) | 175.18º | 0.59% | 0.91% | - |
| XYZ | 47.15 | 66.04 | 79.37 | - |
| YUV | 190.78 | 145.61 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 233 | 222 | 0.59 | 0 | 0.05 | 0.09 | 175.18 | 0.76 | 0.65 |
| Hex | 60 | E9 | DE | 3B | 0 | 5 | 9 | AF | 4C | 41 |
| Octal | 140 | 351 | 336 | 73 | 0 | 5 | 11 | 257 | 114 | 101 |
| Binary | 1100000 | 11101001 | 11011110 | 111011 | 0 | 101 | 1001 | 10101111 | 1001100 | 1000001 |
Color Harmonies of #60E9DE
Complementary color
Monochromatic Colors of #60E9DE
Black with #60E9DE
Text Example
Text Example
White with #60E9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E9DE; }
p { color: rgb(96,233,222); }
H1.HeaderClassName
{
color: #60E9DE;
}
.AnyTagClassName
{
color: #60E9DE;
}
</style>
background-color css
<style>
a { background-color: #60E9DE; }
a { background-color: rgb(96,233,222); }
div.DivClassName
{
background-color: #60E9DE;
}
.BgClassName
{
background-color: #60E9DE;
}
</style>
border-color css
<style>
span { border-color: #60E9DE; }
span { border-color: rgb(96,233,222); }
td.TdClassName
{
border-color: #60E9DE;
}
.TagClassName
{
border-color: #60E9DE;
}
</style>