Shades of Medium Turquoise #35D0BA
Tints of Medium Turquoise #35D0BA
RGB
CMYK
RGB Variations
Color information
#35D0BA (or 0x35D0BA) is known color: Medium Turquoise. HEX triplet: 35, D0 and BA. RGB value is (53,208,186). Sum of RGB (Red+Green+Blue) = 53+208+186=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #35D0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D0BA is #CA2F45. Grayscale: #9F9F9F. Windows color (decimal): -13250374 or 12242997. OLE color: 12242997.
HSL color Cylindrical-coordinate representation of color #35D0BA: hue angle of 171.48º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D0BA is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 208 | 186 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.18 |
| HSL | 171.48º | 0.62% | 0.51% | - |
| HSV(B) | 171.48º | 0.75% | 0.82% | - |
| XYZ | 32.89 | 49.41 | 54.26 | - |
| YUV | 159.15 | 143.15 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 208 | 186 | 0.75 | 0 | 0.11 | 0.18 | 171.48 | 0.62 | 0.51 |
| Hex | 35 | D0 | BA | 4B | 0 | B | 12 | AB | 3E | 33 |
| Octal | 65 | 320 | 272 | 113 | 0 | 13 | 22 | 253 | 76 | 63 |
| Binary | 110101 | 11010000 | 10111010 | 1001011 | 0 | 1011 | 10010 | 10101011 | 111110 | 110011 |
Color Harmonies of #35D0BA
Complementary color
Monochromatic Colors of #35D0BA
Black with #35D0BA
Text Example
Text Example
White with #35D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D0BA; }
p { color: rgb(53,208,186); }
H1.HeaderClassName
{
color: #35D0BA;
}
.AnyTagClassName
{
color: #35D0BA;
}
</style>
background-color css
<style>
a { background-color: #35D0BA; }
a { background-color: rgb(53,208,186); }
div.DivClassName
{
background-color: #35D0BA;
}
.BgClassName
{
background-color: #35D0BA;
}
</style>
border-color css
<style>
span { border-color: #35D0BA; }
span { border-color: rgb(53,208,186); }
td.TdClassName
{
border-color: #35D0BA;
}
.TagClassName
{
border-color: #35D0BA;
}
</style>