Shades of Turquoise Blue #60F2E7
Tints of Turquoise Blue #60F2E7
RGB
CMYK
RGB Variations
Color information
#60F2E7 (or 0x60F2E7) is known color: Turquoise Blue. HEX triplet: 60, F2 and E7. RGB value is (96,242,231). Sum of RGB (Red+Green+Blue) = 96+242+231=569 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.87% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #60F2E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F2E7 is #9F0D18. Grayscale: #C4C4C4. Windows color (decimal): -10423577 or 15200864. OLE color: 15200864.
HSL color Cylindrical-coordinate representation of color #60F2E7: hue angle of 175.48º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F2E7 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 231 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.05 |
| HSL | 175.48º | 0.85% | 0.66% | - |
| HSV(B) | 175.48º | 0.6% | 0.95% | - |
| XYZ | 51 | 71.76 | 86.76 | - |
| YUV | 197.09 | 147.13 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 231 | 0.60 | 0 | 0.05 | 0.05 | 175.48 | 0.85 | 0.66 |
| Hex | 60 | F2 | E7 | 3C | 0 | 5 | 5 | AF | 55 | 42 |
| Octal | 140 | 362 | 347 | 74 | 0 | 5 | 5 | 257 | 125 | 102 |
| Binary | 1100000 | 11110010 | 11100111 | 111100 | 0 | 101 | 101 | 10101111 | 1010101 | 1000010 |
Color Harmonies of #60F2E7
Complementary color
Monochromatic Colors of #60F2E7
Black with #60F2E7
Text Example
Text Example
White with #60F2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F2E7; }
p { color: rgb(96,242,231); }
H1.HeaderClassName
{
color: #60F2E7;
}
.AnyTagClassName
{
color: #60F2E7;
}
</style>
background-color css
<style>
a { background-color: #60F2E7; }
a { background-color: rgb(96,242,231); }
div.DivClassName
{
background-color: #60F2E7;
}
.BgClassName
{
background-color: #60F2E7;
}
</style>
border-color css
<style>
span { border-color: #60F2E7; }
span { border-color: rgb(96,242,231); }
td.TdClassName
{
border-color: #60F2E7;
}
.TagClassName
{
border-color: #60F2E7;
}
</style>