Shades of Medium Turquoise #35C9BA
Tints of Medium Turquoise #35C9BA
RGB
CMYK
RGB Variations
Color information
#35C9BA (or 0x35C9BA) is known color: Medium Turquoise. HEX triplet: 35, C9 and BA. RGB value is (53,201,186). Sum of RGB (Red+Green+Blue) = 53+201+186=440 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.05% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #35C9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C9BA is #CA3645. Grayscale: #9A9A9A. Windows color (decimal): -13252166 or 12241205. OLE color: 12241205.
HSL color Cylindrical-coordinate representation of color #35C9BA: hue angle of 173.92º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C9BA is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 201 | 186 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.21 |
| HSL | 173.92º | 0.58% | 0.5% | - |
| HSV(B) | 173.92º | 0.74% | 0.79% | - |
| XYZ | 31.22 | 46.08 | 53.7 | - |
| YUV | 155.04 | 145.47 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 201 | 186 | 0.74 | 0 | 0.07 | 0.21 | 173.92 | 0.58 | 0.5 |
| Hex | 35 | C9 | BA | 4A | 0 | 7 | 15 | AE | 3A | 32 |
| Octal | 65 | 311 | 272 | 112 | 0 | 7 | 25 | 256 | 72 | 62 |
| Binary | 110101 | 11001001 | 10111010 | 1001010 | 0 | 111 | 10101 | 10101110 | 111010 | 110010 |
Color Harmonies of #35C9BA
Complementary color
Monochromatic Colors of #35C9BA
Black with #35C9BA
Text Example
Text Example
White with #35C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C9BA; }
p { color: rgb(53,201,186); }
H1.HeaderClassName
{
color: #35C9BA;
}
.AnyTagClassName
{
color: #35C9BA;
}
</style>
background-color css
<style>
a { background-color: #35C9BA; }
a { background-color: rgb(53,201,186); }
div.DivClassName
{
background-color: #35C9BA;
}
.BgClassName
{
background-color: #35C9BA;
}
</style>
border-color css
<style>
span { border-color: #35C9BA; }
span { border-color: rgb(53,201,186); }
td.TdClassName
{
border-color: #35C9BA;
}
.TagClassName
{
border-color: #35C9BA;
}
</style>