Shades of Turquoise Blue #60EFDF
Tints of Turquoise Blue #60EFDF
RGB
CMYK
RGB Variations
Color information
#60EFDF (or 0x60EFDF) is known color: Turquoise Blue. HEX triplet: 60, EF and DF. RGB value is (96,239,223). Sum of RGB (Red+Green+Blue) = 96+239+223=558 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.20% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFDF is #9F1020. Grayscale: #C2C2C2. Windows color (decimal): -10424353 or 14675808. OLE color: 14675808.
HSL color Cylindrical-coordinate representation of color #60EFDF: hue angle of 173.29º 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 #60EFDF is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 223 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.06 |
| HSL | 173.29º | 0.82% | 0.66% | - |
| HSV(B) | 173.29º | 0.6% | 0.94% | - |
| XYZ | 49.01 | 69.55 | 80.65 | - |
| YUV | 194.42 | 144.12 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 223 | 0.60 | 0 | 0.07 | 0.06 | 173.29 | 0.82 | 0.66 |
| Hex | 60 | EF | DF | 3C | 0 | 7 | 6 | AD | 52 | 42 |
| Octal | 140 | 357 | 337 | 74 | 0 | 7 | 6 | 255 | 122 | 102 |
| Binary | 1100000 | 11101111 | 11011111 | 111100 | 0 | 111 | 110 | 10101101 | 1010010 | 1000010 |
Color Harmonies of #60EFDF
Complementary color
Monochromatic Colors of #60EFDF
Black with #60EFDF
Text Example
Text Example
White with #60EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EFDF; }
p { color: rgb(96,239,223); }
H1.HeaderClassName
{
color: #60EFDF;
}
.AnyTagClassName
{
color: #60EFDF;
}
</style>
background-color css
<style>
a { background-color: #60EFDF; }
a { background-color: rgb(96,239,223); }
div.DivClassName
{
background-color: #60EFDF;
}
.BgClassName
{
background-color: #60EFDF;
}
</style>
border-color css
<style>
span { border-color: #60EFDF; }
span { border-color: rgb(96,239,223); }
td.TdClassName
{
border-color: #60EFDF;
}
.TagClassName
{
border-color: #60EFDF;
}
</style>