Shades of Turquoise Blue #60D2DC
Tints of Turquoise Blue #60D2DC
RGB
CMYK
RGB Variations
Color information
#60D2DC (or 0x60D2DC) is known color: Turquoise Blue. HEX triplet: 60, D2 and DC. RGB value is (96,210,220). Sum of RGB (Red+Green+Blue) = 96+210+220=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #60D2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D2DC is #9F2D23. Grayscale: #B0B0B0. Windows color (decimal): -10431780 or 14471776. OLE color: 14471776.
HSL color Cylindrical-coordinate representation of color #60D2DC: hue angle of 184.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D2DC is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 210 | 220 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.14 |
| HSL | 184.84º | 0.64% | 0.62% | - |
| HSV(B) | 184.84º | 0.56% | 0.86% | - |
| XYZ | 40.79 | 53.75 | 75.93 | - |
| YUV | 177.05 | 152.23 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 210 | 220 | 0.56 | 0.05 | 0 | 0.14 | 184.84 | 0.64 | 0.62 |
| Hex | 60 | D2 | DC | 38 | 5 | 0 | E | B9 | 40 | 3E |
| Octal | 140 | 322 | 334 | 70 | 5 | 0 | 16 | 271 | 100 | 76 |
| Binary | 1100000 | 11010010 | 11011100 | 111000 | 101 | 0 | 1110 | 10111001 | 1000000 | 111110 |
Color Harmonies of #60D2DC
Complementary color
Monochromatic Colors of #60D2DC
Black with #60D2DC
Text Example
Text Example
White with #60D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D2DC; }
p { color: rgb(96,210,220); }
H1.HeaderClassName
{
color: #60D2DC;
}
.AnyTagClassName
{
color: #60D2DC;
}
</style>
background-color css
<style>
a { background-color: #60D2DC; }
a { background-color: rgb(96,210,220); }
div.DivClassName
{
background-color: #60D2DC;
}
.BgClassName
{
background-color: #60D2DC;
}
</style>
border-color css
<style>
span { border-color: #60D2DC; }
span { border-color: rgb(96,210,220); }
td.TdClassName
{
border-color: #60D2DC;
}
.TagClassName
{
border-color: #60D2DC;
}
</style>