Shades of Turquoise Blue #60EFDA
Tints of Turquoise Blue #60EFDA
RGB
CMYK
RGB Variations
Color information
#60EFDA (or 0x60EFDA) is known color: Turquoise Blue. HEX triplet: 60, EF and DA. RGB value is (96,239,218). Sum of RGB (Red+Green+Blue) = 96+239+218=553 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.36% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFDA is #9F1025. Grayscale: #C1C1C1. Windows color (decimal): -10424358 or 14348128. OLE color: 14348128.
HSL color Cylindrical-coordinate representation of color #60EFDA: hue angle of 171.19º 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 #60EFDA is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 218 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.06 |
| HSL | 171.19º | 0.82% | 0.66% | - |
| HSV(B) | 171.19º | 0.6% | 0.94% | - |
| XYZ | 48.35 | 69.28 | 77.15 | - |
| YUV | 193.85 | 141.62 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 218 | 0.60 | 0 | 0.09 | 0.06 | 171.19 | 0.82 | 0.66 |
| Hex | 60 | EF | DA | 3C | 0 | 9 | 6 | AB | 52 | 42 |
| Octal | 140 | 357 | 332 | 74 | 0 | 11 | 6 | 253 | 122 | 102 |
| Binary | 1100000 | 11101111 | 11011010 | 111100 | 0 | 1001 | 110 | 10101011 | 1010010 | 1000010 |
Color Harmonies of #60EFDA
Complementary color
Monochromatic Colors of #60EFDA
Black with #60EFDA
Text Example
Text Example
White with #60EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EFDA; }
p { color: rgb(96,239,218); }
H1.HeaderClassName
{
color: #60EFDA;
}
.AnyTagClassName
{
color: #60EFDA;
}
</style>
background-color css
<style>
a { background-color: #60EFDA; }
a { background-color: rgb(96,239,218); }
div.DivClassName
{
background-color: #60EFDA;
}
.BgClassName
{
background-color: #60EFDA;
}
</style>
border-color css
<style>
span { border-color: #60EFDA; }
span { border-color: rgb(96,239,218); }
td.TdClassName
{
border-color: #60EFDA;
}
.TagClassName
{
border-color: #60EFDA;
}
</style>