Shades of Medium Turquoise #60DCD2
Tints of Medium Turquoise #60DCD2
RGB
CMYK
RGB Variations
Color information
#60DCD2 (or 0x60DCD2) is known color: Medium Turquoise. HEX triplet: 60, DC and D2. RGB value is (96,220,210). Sum of RGB (Red+Green+Blue) = 96+220+210=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCD2 is #9F232D. Grayscale: #B5B5B5. Windows color (decimal): -10429230 or 13818976. OLE color: 13818976.
HSL color Cylindrical-coordinate representation of color #60DCD2: hue angle of 175.16º 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 #60DCD2 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 220 | 210 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.14 |
| HSL | 175.16º | 0.64% | 0.62% | - |
| HSV(B) | 175.16º | 0.56% | 0.86% | - |
| XYZ | 42.05 | 58.33 | 70.01 | - |
| YUV | 181.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 210 | 0.56 | 0 | 0.05 | 0.14 | 175.16 | 0.64 | 0.62 |
| Hex | 60 | DC | D2 | 38 | 0 | 5 | E | AF | 40 | 3E |
| Octal | 140 | 334 | 322 | 70 | 0 | 5 | 16 | 257 | 100 | 76 |
| Binary | 1100000 | 11011100 | 11010010 | 111000 | 0 | 101 | 1110 | 10101111 | 1000000 | 111110 |
Color Harmonies of #60DCD2
Complementary color
Monochromatic Colors of #60DCD2
Black with #60DCD2
Text Example
Text Example
White with #60DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DCD2; }
p { color: rgb(96,220,210); }
H1.HeaderClassName
{
color: #60DCD2;
}
.AnyTagClassName
{
color: #60DCD2;
}
</style>
background-color css
<style>
a { background-color: #60DCD2; }
a { background-color: rgb(96,220,210); }
div.DivClassName
{
background-color: #60DCD2;
}
.BgClassName
{
background-color: #60DCD2;
}
</style>
border-color css
<style>
span { border-color: #60DCD2; }
span { border-color: rgb(96,220,210); }
td.TdClassName
{
border-color: #60DCD2;
}
.TagClassName
{
border-color: #60DCD2;
}
</style>