Shades of Medium Turquoise #35D2BD
Tints of Medium Turquoise #35D2BD
RGB
CMYK
RGB Variations
Color information
#35D2BD (or 0x35D2BD) is known color: Medium Turquoise. HEX triplet: 35, D2 and BD. RGB value is (53,210,189). Sum of RGB (Red+Green+Blue) = 53+210+189=452 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.73% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #35D2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D2BD is #CA2D42. Grayscale: #A0A0A0. Windows color (decimal): -13249859 or 12440117. OLE color: 12440117.
HSL color Cylindrical-coordinate representation of color #35D2BD: hue angle of 171.97º 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 #35D2BD is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 210 | 189 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.18 |
| HSL | 171.97º | 0.64% | 0.52% | - |
| HSV(B) | 171.97º | 0.75% | 0.82% | - |
| XYZ | 33.7 | 50.52 | 56.12 | - |
| YUV | 160.66 | 143.99 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 210 | 189 | 0.75 | 0 | 0.10 | 0.18 | 171.97 | 0.64 | 0.52 |
| Hex | 35 | D2 | BD | 4B | 0 | A | 12 | AC | 40 | 34 |
| Octal | 65 | 322 | 275 | 113 | 0 | 12 | 22 | 254 | 100 | 64 |
| Binary | 110101 | 11010010 | 10111101 | 1001011 | 0 | 1010 | 10010 | 10101100 | 1000000 | 110100 |
Color Harmonies of #35D2BD
Complementary color
Monochromatic Colors of #35D2BD
Black with #35D2BD
Text Example
Text Example
White with #35D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D2BD; }
p { color: rgb(53,210,189); }
H1.HeaderClassName
{
color: #35D2BD;
}
.AnyTagClassName
{
color: #35D2BD;
}
</style>
background-color css
<style>
a { background-color: #35D2BD; }
a { background-color: rgb(53,210,189); }
div.DivClassName
{
background-color: #35D2BD;
}
.BgClassName
{
background-color: #35D2BD;
}
</style>
border-color css
<style>
span { border-color: #35D2BD; }
span { border-color: rgb(53,210,189); }
td.TdClassName
{
border-color: #35D2BD;
}
.TagClassName
{
border-color: #35D2BD;
}
</style>