Shades of Medium Turquoise #35C1BD
Tints of Medium Turquoise #35C1BD
RGB
CMYK
RGB Variations
Color information
#35C1BD (or 0x35C1BD) is known color: Medium Turquoise. HEX triplet: 35, C1 and BD. RGB value is (53,193,189). Sum of RGB (Red+Green+Blue) = 53+193+189=435 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.18% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #35C1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C1BD is #CA3E42. Grayscale: #969696. Windows color (decimal): -13254211 or 12435765. OLE color: 12435765.
HSL color Cylindrical-coordinate representation of color #35C1BD: hue angle of 178.29º 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 #35C1BD is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 193 | 189 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.24 |
| HSL | 178.29º | 0.57% | 0.48% | - |
| HSV(B) | 178.29º | 0.73% | 0.76% | - |
| XYZ | 29.72 | 42.57 | 54.79 | - |
| YUV | 150.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 193 | 189 | 0.73 | 0 | 0.02 | 0.24 | 178.29 | 0.57 | 0.48 |
| Hex | 35 | C1 | BD | 49 | 0 | 2 | 18 | B2 | 39 | 30 |
| Octal | 65 | 301 | 275 | 111 | 0 | 2 | 30 | 262 | 71 | 60 |
| Binary | 110101 | 11000001 | 10111101 | 1001001 | 0 | 10 | 11000 | 10110010 | 111001 | 110000 |
Color Harmonies of #35C1BD
Complementary color
Monochromatic Colors of #35C1BD
Black with #35C1BD
Text Example
Text Example
White with #35C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C1BD; }
p { color: rgb(53,193,189); }
H1.HeaderClassName
{
color: #35C1BD;
}
.AnyTagClassName
{
color: #35C1BD;
}
</style>
background-color css
<style>
a { background-color: #35C1BD; }
a { background-color: rgb(53,193,189); }
div.DivClassName
{
background-color: #35C1BD;
}
.BgClassName
{
background-color: #35C1BD;
}
</style>
border-color css
<style>
span { border-color: #35C1BD; }
span { border-color: rgb(53,193,189); }
td.TdClassName
{
border-color: #35C1BD;
}
.TagClassName
{
border-color: #35C1BD;
}
</style>