Shades of Turquoise Blue #60E1DF
Tints of Turquoise Blue #60E1DF
RGB
CMYK
RGB Variations
Color information
#60E1DF (or 0x60E1DF) is known color: Turquoise Blue. HEX triplet: 60, E1 and DF. RGB value is (96,225,223). Sum of RGB (Red+Green+Blue) = 96+225+223=544 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.65% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #60E1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E1DF is #9F1E20. Grayscale: #BABABA. Windows color (decimal): -10427937 or 14672224. OLE color: 14672224.
HSL color Cylindrical-coordinate representation of color #60E1DF: hue angle of 179.07º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60E1DF is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 225 | 223 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.12 |
| HSL | 179.07º | 0.68% | 0.63% | - |
| HSV(B) | 179.07º | 0.57% | 0.88% | - |
| XYZ | 45.07 | 61.66 | 79.34 | - |
| YUV | 186.2 | 148.76 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 225 | 223 | 0.57 | 0 | 0.01 | 0.12 | 179.07 | 0.68 | 0.63 |
| Hex | 60 | E1 | DF | 39 | 0 | 1 | C | B3 | 44 | 3F |
| Octal | 140 | 341 | 337 | 71 | 0 | 1 | 14 | 263 | 104 | 77 |
| Binary | 1100000 | 11100001 | 11011111 | 111001 | 0 | 1 | 1100 | 10110011 | 1000100 | 111111 |
Color Harmonies of #60E1DF
Complementary color
Monochromatic Colors of #60E1DF
Black with #60E1DF
Text Example
Text Example
White with #60E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E1DF; }
p { color: rgb(96,225,223); }
H1.HeaderClassName
{
color: #60E1DF;
}
.AnyTagClassName
{
color: #60E1DF;
}
</style>
background-color css
<style>
a { background-color: #60E1DF; }
a { background-color: rgb(96,225,223); }
div.DivClassName
{
background-color: #60E1DF;
}
.BgClassName
{
background-color: #60E1DF;
}
</style>
border-color css
<style>
span { border-color: #60E1DF; }
span { border-color: rgb(96,225,223); }
td.TdClassName
{
border-color: #60E1DF;
}
.TagClassName
{
border-color: #60E1DF;
}
</style>