Shades of Turquoise Blue #60E6EC
Tints of Turquoise Blue #60E6EC
RGB
CMYK
RGB Variations
Color information
#60E6EC (or 0x60E6EC) is known color: Turquoise Blue. HEX triplet: 60, E6 and EC. RGB value is (96,230,236). Sum of RGB (Red+Green+Blue) = 96+230+236=562 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.08% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #60E6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60E6EC is #9F1913. Grayscale: #BEBEBE. Windows color (decimal): -10426644 or 15525472. OLE color: 15525472.
HSL color Cylindrical-coordinate representation of color #60E6EC: hue angle of 182.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60E6EC is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 230 | 236 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.07 |
| HSL | 182.57º | 0.79% | 0.65% | - |
| HSV(B) | 182.57º | 0.59% | 0.93% | - |
| XYZ | 48.26 | 65.14 | 89.39 | - |
| YUV | 190.62 | 153.61 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 230 | 236 | 0.59 | 0.03 | 0 | 0.07 | 182.57 | 0.79 | 0.65 |
| Hex | 60 | E6 | EC | 3B | 3 | 0 | 7 | B7 | 4F | 41 |
| Octal | 140 | 346 | 354 | 73 | 3 | 0 | 7 | 267 | 117 | 101 |
| Binary | 1100000 | 11100110 | 11101100 | 111011 | 11 | 0 | 111 | 10110111 | 1001111 | 1000001 |
Color Harmonies of #60E6EC
Complementary color
Monochromatic Colors of #60E6EC
Black with #60E6EC
Text Example
Text Example
White with #60E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E6EC; }
p { color: rgb(96,230,236); }
H1.HeaderClassName
{
color: #60E6EC;
}
.AnyTagClassName
{
color: #60E6EC;
}
</style>
background-color css
<style>
a { background-color: #60E6EC; }
a { background-color: rgb(96,230,236); }
div.DivClassName
{
background-color: #60E6EC;
}
.BgClassName
{
background-color: #60E6EC;
}
</style>
border-color css
<style>
span { border-color: #60E6EC; }
span { border-color: rgb(96,230,236); }
td.TdClassName
{
border-color: #60E6EC;
}
.TagClassName
{
border-color: #60E6EC;
}
</style>