Shades of Turquoise Blue #60F2DF
Tints of Turquoise Blue #60F2DF
RGB
CMYK
RGB Variations
Color information
#60F2DF (or 0x60F2DF) is known color: Turquoise Blue. HEX triplet: 60, F2 and DF. RGB value is (96,242,223). Sum of RGB (Red+Green+Blue) = 96+242+223=561 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.11% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #60F2DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F2DF is #9F0D20. Grayscale: #C4C4C4. Windows color (decimal): -10423585 or 14676576. OLE color: 14676576.
HSL color Cylindrical-coordinate representation of color #60F2DF: hue angle of 172.19º 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 #60F2DF is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 223 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.05 |
| HSL | 172.19º | 0.85% | 0.66% | - |
| HSV(B) | 172.19º | 0.6% | 0.95% | - |
| XYZ | 49.9 | 71.32 | 80.95 | - |
| YUV | 196.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 223 | 0.60 | 0 | 0.08 | 0.05 | 172.19 | 0.85 | 0.66 |
| Hex | 60 | F2 | DF | 3C | 0 | 8 | 5 | AC | 55 | 42 |
| Octal | 140 | 362 | 337 | 74 | 0 | 10 | 5 | 254 | 125 | 102 |
| Binary | 1100000 | 11110010 | 11011111 | 111100 | 0 | 1000 | 101 | 10101100 | 1010101 | 1000010 |
Color Harmonies of #60F2DF
Complementary color
Monochromatic Colors of #60F2DF
Black with #60F2DF
Text Example
Text Example
White with #60F2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F2DF; }
p { color: rgb(96,242,223); }
H1.HeaderClassName
{
color: #60F2DF;
}
.AnyTagClassName
{
color: #60F2DF;
}
</style>
background-color css
<style>
a { background-color: #60F2DF; }
a { background-color: rgb(96,242,223); }
div.DivClassName
{
background-color: #60F2DF;
}
.BgClassName
{
background-color: #60F2DF;
}
</style>
border-color css
<style>
span { border-color: #60F2DF; }
span { border-color: rgb(96,242,223); }
td.TdClassName
{
border-color: #60F2DF;
}
.TagClassName
{
border-color: #60F2DF;
}
</style>