Shades of Turquoise Blue #60EBDF
Tints of Turquoise Blue #60EBDF
RGB
CMYK
RGB Variations
Color information
#60EBDF (or 0x60EBDF) is known color: Turquoise Blue. HEX triplet: 60, EB and DF. RGB value is (96,235,223). Sum of RGB (Red+Green+Blue) = 96+235+223=554 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.33% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #60EBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EBDF is #9F1420. Grayscale: #BFBFBF. Windows color (decimal): -10425377 or 14674784. OLE color: 14674784.
HSL color Cylindrical-coordinate representation of color #60EBDF: hue angle of 174.82º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EBDF is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 235 | 223 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.08 |
| HSL | 174.82º | 0.78% | 0.65% | - |
| HSV(B) | 174.82º | 0.59% | 0.92% | - |
| XYZ | 47.85 | 67.23 | 80.27 | - |
| YUV | 192.07 | 145.45 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 235 | 223 | 0.59 | 0 | 0.05 | 0.08 | 174.82 | 0.78 | 0.65 |
| Hex | 60 | EB | DF | 3B | 0 | 5 | 8 | AF | 4E | 41 |
| Octal | 140 | 353 | 337 | 73 | 0 | 5 | 10 | 257 | 116 | 101 |
| Binary | 1100000 | 11101011 | 11011111 | 111011 | 0 | 101 | 1000 | 10101111 | 1001110 | 1000001 |
Color Harmonies of #60EBDF
Complementary color
Monochromatic Colors of #60EBDF
Black with #60EBDF
Text Example
Text Example
White with #60EBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EBDF; }
p { color: rgb(96,235,223); }
H1.HeaderClassName
{
color: #60EBDF;
}
.AnyTagClassName
{
color: #60EBDF;
}
</style>
background-color css
<style>
a { background-color: #60EBDF; }
a { background-color: rgb(96,235,223); }
div.DivClassName
{
background-color: #60EBDF;
}
.BgClassName
{
background-color: #60EBDF;
}
</style>
border-color css
<style>
span { border-color: #60EBDF; }
span { border-color: rgb(96,235,223); }
td.TdClassName
{
border-color: #60EBDF;
}
.TagClassName
{
border-color: #60EBDF;
}
</style>