Shades of Medium Turquoise #35C0BD
Tints of Medium Turquoise #35C0BD
RGB
CMYK
RGB Variations
Color information
#35C0BD (or 0x35C0BD) is known color: Medium Turquoise. HEX triplet: 35, C0 and BD. RGB value is (53,192,189). Sum of RGB (Red+Green+Blue) = 53+192+189=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #35C0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C0BD is #CA3F42. Grayscale: #959595. Windows color (decimal): -13254467 or 12435509. OLE color: 12435509.
HSL color Cylindrical-coordinate representation of color #35C0BD: hue angle of 178.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C0BD is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 192 | 189 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.25 |
| HSL | 178.71º | 0.57% | 0.48% | - |
| HSV(B) | 178.71º | 0.72% | 0.75% | - |
| XYZ | 29.5 | 42.13 | 54.72 | - |
| YUV | 150.1 | 149.95 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 189 | 0.72 | 0 | 0.02 | 0.25 | 178.71 | 0.57 | 0.48 |
| Hex | 35 | C0 | BD | 48 | 0 | 2 | 19 | B3 | 39 | 30 |
| Octal | 65 | 300 | 275 | 110 | 0 | 2 | 31 | 263 | 71 | 60 |
| Binary | 110101 | 11000000 | 10111101 | 1001000 | 0 | 10 | 11001 | 10110011 | 111001 | 110000 |
Color Harmonies of #35C0BD
Complementary color
Monochromatic Colors of #35C0BD
Black with #35C0BD
Text Example
Text Example
White with #35C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C0BD; }
p { color: rgb(53,192,189); }
H1.HeaderClassName
{
color: #35C0BD;
}
.AnyTagClassName
{
color: #35C0BD;
}
</style>
background-color css
<style>
a { background-color: #35C0BD; }
a { background-color: rgb(53,192,189); }
div.DivClassName
{
background-color: #35C0BD;
}
.BgClassName
{
background-color: #35C0BD;
}
</style>
border-color css
<style>
span { border-color: #35C0BD; }
span { border-color: rgb(53,192,189); }
td.TdClassName
{
border-color: #35C0BD;
}
.TagClassName
{
border-color: #35C0BD;
}
</style>