Shades of Medium Turquoise #60DBD3
Tints of Medium Turquoise #60DBD3
RGB
CMYK
RGB Variations
Color information
#60DBD3 (or 0x60DBD3) is known color: Medium Turquoise. HEX triplet: 60, DB and D3. RGB value is (96,219,211). Sum of RGB (Red+Green+Blue) = 96+219+211=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #60DBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DBD3 is #9F242C. Grayscale: #B5B5B5. Windows color (decimal): -10429485 or 13884256. OLE color: 13884256.
HSL color Cylindrical-coordinate representation of color #60DBD3: hue angle of 176.1º degrees, saturation: 0.63, 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 #60DBD3 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 219 | 211 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.14 |
| HSL | 176.1º | 0.63% | 0.62% | - |
| HSV(B) | 176.1º | 0.56% | 0.86% | - |
| XYZ | 41.91 | 57.85 | 70.59 | - |
| YUV | 181.31 | 144.75 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 211 | 0.56 | 0 | 0.04 | 0.14 | 176.1 | 0.63 | 0.62 |
| Hex | 60 | DB | D3 | 38 | 0 | 4 | E | B0 | 3F | 3E |
| Octal | 140 | 333 | 323 | 70 | 0 | 4 | 16 | 260 | 77 | 76 |
| Binary | 1100000 | 11011011 | 11010011 | 111000 | 0 | 100 | 1110 | 10110000 | 111111 | 111110 |
Color Harmonies of #60DBD3
Complementary color
Monochromatic Colors of #60DBD3
Black with #60DBD3
Text Example
Text Example
White with #60DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBD3; }
p { color: rgb(96,219,211); }
H1.HeaderClassName
{
color: #60DBD3;
}
.AnyTagClassName
{
color: #60DBD3;
}
</style>
background-color css
<style>
a { background-color: #60DBD3; }
a { background-color: rgb(96,219,211); }
div.DivClassName
{
background-color: #60DBD3;
}
.BgClassName
{
background-color: #60DBD3;
}
</style>
border-color css
<style>
span { border-color: #60DBD3; }
span { border-color: rgb(96,219,211); }
td.TdClassName
{
border-color: #60DBD3;
}
.TagClassName
{
border-color: #60DBD3;
}
</style>