Shades of Turquoise Blue #60E5E7
Tints of Turquoise Blue #60E5E7
RGB
CMYK
RGB Variations
Color information
#60E5E7 (or 0x60E5E7) is known color: Turquoise Blue. HEX triplet: 60, E5 and E7. RGB value is (96,229,231). Sum of RGB (Red+Green+Blue) = 96+229+231=556 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.27% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 231 - color contains mainly: blue. Hex color #60E5E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E5E7 is #9F1A18. Grayscale: #BDBDBD. Windows color (decimal): -10426905 or 15197536. OLE color: 15197536.
HSL color Cylindrical-coordinate representation of color #60E5E7: hue angle of 180.89º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E5E7 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 229 | 231 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.09 |
| HSL | 180.89º | 0.74% | 0.64% | - |
| HSV(B) | 180.89º | 0.58% | 0.91% | - |
| XYZ | 47.27 | 64.29 | 85.52 | - |
| YUV | 189.46 | 151.44 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 229 | 231 | 0.58 | 0.01 | 0 | 0.09 | 180.89 | 0.74 | 0.64 |
| Hex | 60 | E5 | E7 | 3A | 1 | 0 | 9 | B5 | 4A | 40 |
| Octal | 140 | 345 | 347 | 72 | 1 | 0 | 11 | 265 | 112 | 100 |
| Binary | 1100000 | 11100101 | 11100111 | 111010 | 1 | 0 | 1001 | 10110101 | 1001010 | 1000000 |
Color Harmonies of #60E5E7
Complementary color
Monochromatic Colors of #60E5E7
Black with #60E5E7
Text Example
Text Example
White with #60E5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E5E7; }
p { color: rgb(96,229,231); }
H1.HeaderClassName
{
color: #60E5E7;
}
.AnyTagClassName
{
color: #60E5E7;
}
</style>
background-color css
<style>
a { background-color: #60E5E7; }
a { background-color: rgb(96,229,231); }
div.DivClassName
{
background-color: #60E5E7;
}
.BgClassName
{
background-color: #60E5E7;
}
</style>
border-color css
<style>
span { border-color: #60E5E7; }
span { border-color: rgb(96,229,231); }
td.TdClassName
{
border-color: #60E5E7;
}
.TagClassName
{
border-color: #60E5E7;
}
</style>