Shades of Medium Turquoise #35D3BA
Tints of Medium Turquoise #35D3BA
RGB
CMYK
RGB Variations
Color information
#35D3BA (or 0x35D3BA) is known color: Medium Turquoise. HEX triplet: 35, D3 and BA. RGB value is (53,211,186). Sum of RGB (Red+Green+Blue) = 53+211+186=450 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.78% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #35D3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D3BA is #CA2C45. Grayscale: #A0A0A0. Windows color (decimal): -13249606 or 12243765. OLE color: 12243765.
HSL color Cylindrical-coordinate representation of color #35D3BA: hue angle of 170.51º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D3BA is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 211 | 186 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.17 |
| HSL | 170.51º | 0.64% | 0.52% | - |
| HSV(B) | 170.51º | 0.75% | 0.83% | - |
| XYZ | 33.63 | 50.89 | 54.51 | - |
| YUV | 160.91 | 142.15 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 211 | 186 | 0.75 | 0 | 0.12 | 0.17 | 170.51 | 0.64 | 0.52 |
| Hex | 35 | D3 | BA | 4B | 0 | C | 11 | AB | 40 | 34 |
| Octal | 65 | 323 | 272 | 113 | 0 | 14 | 21 | 253 | 100 | 64 |
| Binary | 110101 | 11010011 | 10111010 | 1001011 | 0 | 1100 | 10001 | 10101011 | 1000000 | 110100 |
Color Harmonies of #35D3BA
Complementary color
Monochromatic Colors of #35D3BA
Black with #35D3BA
Text Example
Text Example
White with #35D3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D3BA; }
p { color: rgb(53,211,186); }
H1.HeaderClassName
{
color: #35D3BA;
}
.AnyTagClassName
{
color: #35D3BA;
}
</style>
background-color css
<style>
a { background-color: #35D3BA; }
a { background-color: rgb(53,211,186); }
div.DivClassName
{
background-color: #35D3BA;
}
.BgClassName
{
background-color: #35D3BA;
}
</style>
border-color css
<style>
span { border-color: #35D3BA; }
span { border-color: rgb(53,211,186); }
td.TdClassName
{
border-color: #35D3BA;
}
.TagClassName
{
border-color: #35D3BA;
}
</style>