Shades of Turquoise Blue #60F0DC
Tints of Turquoise Blue #60F0DC
RGB
CMYK
RGB Variations
Color information
#60F0DC (or 0x60F0DC) is known color: Turquoise Blue. HEX triplet: 60, F0 and DC. RGB value is (96,240,220). Sum of RGB (Red+Green+Blue) = 96+240+220=556 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.27% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #60F0DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F0DC is #9F0F23. Grayscale: #C2C2C2. Windows color (decimal): -10424100 or 14479456. OLE color: 14479456.
HSL color Cylindrical-coordinate representation of color #60F0DC: hue angle of 171.67º degrees, saturation: 0.83, 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 #60F0DC is Cyan = 0.6, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 240 | 220 | - |
| CMYK | 0.6 | 0 | 0.08 | 0.06 |
| HSL | 171.67º | 0.83% | 0.66% | - |
| HSV(B) | 171.67º | 0.6% | 0.94% | - |
| XYZ | 48.9 | 69.97 | 78.64 | - |
| YUV | 194.66 | 142.29 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 240 | 220 | 0.6 | 0 | 0.08 | 0.06 | 171.67 | 0.83 | 0.66 |
| Hex | 60 | F0 | DC | 3C | 0 | 8 | 6 | AC | 53 | 42 |
| Octal | 140 | 360 | 334 | 74 | 0 | 10 | 6 | 254 | 123 | 102 |
| Binary | 1100000 | 11110000 | 11011100 | 111100 | 0 | 1000 | 110 | 10101100 | 1010011 | 1000010 |
Color Harmonies of #60F0DC
Complementary color
Monochromatic Colors of #60F0DC
Black with #60F0DC
Text Example
Text Example
White with #60F0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F0DC; }
p { color: rgb(96,240,220); }
H1.HeaderClassName
{
color: #60F0DC;
}
.AnyTagClassName
{
color: #60F0DC;
}
</style>
background-color css
<style>
a { background-color: #60F0DC; }
a { background-color: rgb(96,240,220); }
div.DivClassName
{
background-color: #60F0DC;
}
.BgClassName
{
background-color: #60F0DC;
}
</style>
border-color css
<style>
span { border-color: #60F0DC; }
span { border-color: rgb(96,240,220); }
td.TdClassName
{
border-color: #60F0DC;
}
.TagClassName
{
border-color: #60F0DC;
}
</style>