Shades of Turquoise Blue #60E2EF
Tints of Turquoise Blue #60E2EF
RGB
CMYK
RGB Variations
Color information
#60E2EF (or 0x60E2EF) is known color: Turquoise Blue. HEX triplet: 60, E2 and EF. RGB value is (96,226,239). Sum of RGB (Red+Green+Blue) = 96+226+239=561 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.11% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #60E2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E2EF is #9F1D10. Grayscale: #BCBCBC. Windows color (decimal): -10427665 or 15721056. OLE color: 15721056.
HSL color Cylindrical-coordinate representation of color #60E2EF: hue angle of 185.45º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60E2EF is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 226 | 239 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.06 |
| HSL | 185.45º | 0.82% | 0.66% | - |
| HSV(B) | 185.45º | 0.6% | 0.94% | - |
| XYZ | 47.6 | 63.11 | 91.33 | - |
| YUV | 188.61 | 156.43 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 226 | 239 | 0.60 | 0.05 | 0 | 0.06 | 185.45 | 0.82 | 0.66 |
| Hex | 60 | E2 | EF | 3C | 5 | 0 | 6 | B9 | 52 | 42 |
| Octal | 140 | 342 | 357 | 74 | 5 | 0 | 6 | 271 | 122 | 102 |
| Binary | 1100000 | 11100010 | 11101111 | 111100 | 101 | 0 | 110 | 10111001 | 1010010 | 1000010 |
Color Harmonies of #60E2EF
Complementary color
Monochromatic Colors of #60E2EF
Black with #60E2EF
Text Example
Text Example
White with #60E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E2EF; }
p { color: rgb(96,226,239); }
H1.HeaderClassName
{
color: #60E2EF;
}
.AnyTagClassName
{
color: #60E2EF;
}
</style>
background-color css
<style>
a { background-color: #60E2EF; }
a { background-color: rgb(96,226,239); }
div.DivClassName
{
background-color: #60E2EF;
}
.BgClassName
{
background-color: #60E2EF;
}
</style>
border-color css
<style>
span { border-color: #60E2EF; }
span { border-color: rgb(96,226,239); }
td.TdClassName
{
border-color: #60E2EF;
}
.TagClassName
{
border-color: #60E2EF;
}
</style>