Shades of Medium Turquoise #35D2B9
Tints of Medium Turquoise #35D2B9
RGB
CMYK
RGB Variations
Color information
#35D2B9 (or 0x35D2B9) is known color: Medium Turquoise. HEX triplet: 35, D2 and B9. RGB value is (53,210,185). Sum of RGB (Red+Green+Blue) = 53+210+185=448 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.83% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #35D2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D2B9 is #CA2D46. Grayscale: #A0A0A0. Windows color (decimal): -13249863 or 12177973. OLE color: 12177973.
HSL color Cylindrical-coordinate representation of color #35D2B9: hue angle of 170.45º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D2B9 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 210 | 185 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.18 |
| HSL | 170.45º | 0.64% | 0.52% | - |
| HSV(B) | 170.45º | 0.75% | 0.82% | - |
| XYZ | 33.27 | 50.35 | 53.86 | - |
| YUV | 160.21 | 141.99 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 210 | 185 | 0.75 | 0 | 0.12 | 0.18 | 170.45 | 0.64 | 0.52 |
| Hex | 35 | D2 | B9 | 4B | 0 | C | 12 | AA | 40 | 34 |
| Octal | 65 | 322 | 271 | 113 | 0 | 14 | 22 | 252 | 100 | 64 |
| Binary | 110101 | 11010010 | 10111001 | 1001011 | 0 | 1100 | 10010 | 10101010 | 1000000 | 110100 |
Color Harmonies of #35D2B9
Complementary color
Monochromatic Colors of #35D2B9
Black with #35D2B9
Text Example
Text Example
White with #35D2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D2B9; }
p { color: rgb(53,210,185); }
H1.HeaderClassName
{
color: #35D2B9;
}
.AnyTagClassName
{
color: #35D2B9;
}
</style>
background-color css
<style>
a { background-color: #35D2B9; }
a { background-color: rgb(53,210,185); }
div.DivClassName
{
background-color: #35D2B9;
}
.BgClassName
{
background-color: #35D2B9;
}
</style>
border-color css
<style>
span { border-color: #35D2B9; }
span { border-color: rgb(53,210,185); }
td.TdClassName
{
border-color: #35D2B9;
}
.TagClassName
{
border-color: #35D2B9;
}
</style>