Shades of Medium Turquoise #35C2BD
Tints of Medium Turquoise #35C2BD
RGB
CMYK
RGB Variations
Color information
#35C2BD (or 0x35C2BD) is known color: Medium Turquoise. HEX triplet: 35, C2 and BD. RGB value is (53,194,189). Sum of RGB (Red+Green+Blue) = 53+194+189=436 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.16% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #35C2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C2BD is #CA3D42. Grayscale: #979797. Windows color (decimal): -13253955 or 12436021. OLE color: 12436021.
HSL color Cylindrical-coordinate representation of color #35C2BD: hue angle of 177.87º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C2BD is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 194 | 189 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.24 |
| HSL | 177.87º | 0.57% | 0.48% | - |
| HSV(B) | 177.87º | 0.73% | 0.76% | - |
| XYZ | 29.95 | 43.01 | 54.87 | - |
| YUV | 151.27 | 149.29 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 194 | 189 | 0.73 | 0 | 0.03 | 0.24 | 177.87 | 0.57 | 0.48 |
| Hex | 35 | C2 | BD | 49 | 0 | 3 | 18 | B2 | 39 | 30 |
| Octal | 65 | 302 | 275 | 111 | 0 | 3 | 30 | 262 | 71 | 60 |
| Binary | 110101 | 11000010 | 10111101 | 1001001 | 0 | 11 | 11000 | 10110010 | 111001 | 110000 |
Color Harmonies of #35C2BD
Complementary color
Monochromatic Colors of #35C2BD
Black with #35C2BD
Text Example
Text Example
White with #35C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C2BD; }
p { color: rgb(53,194,189); }
H1.HeaderClassName
{
color: #35C2BD;
}
.AnyTagClassName
{
color: #35C2BD;
}
</style>
background-color css
<style>
a { background-color: #35C2BD; }
a { background-color: rgb(53,194,189); }
div.DivClassName
{
background-color: #35C2BD;
}
.BgClassName
{
background-color: #35C2BD;
}
</style>
border-color css
<style>
span { border-color: #35C2BD; }
span { border-color: rgb(53,194,189); }
td.TdClassName
{
border-color: #35C2BD;
}
.TagClassName
{
border-color: #35C2BD;
}
</style>