Shades of Turquoise Blue #60EFEC
Tints of Turquoise Blue #60EFEC
RGB
CMYK
RGB Variations
Color information
#60EFEC (or 0x60EFEC) is known color: Turquoise Blue. HEX triplet: 60, EF and EC. RGB value is (96,239,236). Sum of RGB (Red+Green+Blue) = 96+239+236=571 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.81% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EFEC is #9F1013. Grayscale: #C3C3C3. Windows color (decimal): -10424340 or 15527776. OLE color: 15527776.
HSL color Cylindrical-coordinate representation of color #60EFEC: hue angle of 178.74º 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 #60EFEC is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 236 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.06 |
| HSL | 178.74º | 0.82% | 0.66% | - |
| HSV(B) | 178.74º | 0.6% | 0.94% | - |
| XYZ | 50.83 | 70.28 | 90.24 | - |
| YUV | 195.9 | 150.62 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 236 | 0.60 | 0 | 0.01 | 0.06 | 178.74 | 0.82 | 0.66 |
| Hex | 60 | EF | EC | 3C | 0 | 1 | 6 | B3 | 52 | 42 |
| Octal | 140 | 357 | 354 | 74 | 0 | 1 | 6 | 263 | 122 | 102 |
| Binary | 1100000 | 11101111 | 11101100 | 111100 | 0 | 1 | 110 | 10110011 | 1010010 | 1000010 |
Color Harmonies of #60EFEC
Complementary color
Monochromatic Colors of #60EFEC
Black with #60EFEC
Text Example
Text Example
White with #60EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EFEC; }
p { color: rgb(96,239,236); }
H1.HeaderClassName
{
color: #60EFEC;
}
.AnyTagClassName
{
color: #60EFEC;
}
</style>
background-color css
<style>
a { background-color: #60EFEC; }
a { background-color: rgb(96,239,236); }
div.DivClassName
{
background-color: #60EFEC;
}
.BgClassName
{
background-color: #60EFEC;
}
</style>
border-color css
<style>
span { border-color: #60EFEC; }
span { border-color: rgb(96,239,236); }
td.TdClassName
{
border-color: #60EFEC;
}
.TagClassName
{
border-color: #60EFEC;
}
</style>