Shades of Medium Turquoise #35C7BD
Tints of Medium Turquoise #35C7BD
RGB
CMYK
RGB Variations
Color information
#35C7BD (or 0x35C7BD) is known color: Medium Turquoise. HEX triplet: 35, C7 and BD. RGB value is (53,199,189). Sum of RGB (Red+Green+Blue) = 53+199+189=441 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.02% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 199 - color contains mainly: green. Hex color #35C7BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C7BD is #CA3842. Grayscale: #9A9A9A. Windows color (decimal): -13252675 or 12437301. OLE color: 12437301.
HSL color Cylindrical-coordinate representation of color #35C7BD: hue angle of 175.89º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C7BD is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 199 | 189 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.22 |
| HSL | 175.89º | 0.58% | 0.49% | - |
| HSV(B) | 175.89º | 0.73% | 0.78% | - |
| XYZ | 31.08 | 45.28 | 55.25 | - |
| YUV | 154.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 199 | 189 | 0.73 | 0 | 0.05 | 0.22 | 175.89 | 0.58 | 0.49 |
| Hex | 35 | C7 | BD | 49 | 0 | 5 | 16 | B0 | 3A | 31 |
| Octal | 65 | 307 | 275 | 111 | 0 | 5 | 26 | 260 | 72 | 61 |
| Binary | 110101 | 11000111 | 10111101 | 1001001 | 0 | 101 | 10110 | 10110000 | 111010 | 110001 |
Color Harmonies of #35C7BD
Complementary color
Monochromatic Colors of #35C7BD
Black with #35C7BD
Text Example
Text Example
White with #35C7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C7BD; }
p { color: rgb(53,199,189); }
H1.HeaderClassName
{
color: #35C7BD;
}
.AnyTagClassName
{
color: #35C7BD;
}
</style>
background-color css
<style>
a { background-color: #35C7BD; }
a { background-color: rgb(53,199,189); }
div.DivClassName
{
background-color: #35C7BD;
}
.BgClassName
{
background-color: #35C7BD;
}
</style>
border-color css
<style>
span { border-color: #35C7BD; }
span { border-color: rgb(53,199,189); }
td.TdClassName
{
border-color: #35C7BD;
}
.TagClassName
{
border-color: #35C7BD;
}
</style>