Shades of Medium Turquoise #35C8B5
Tints of Medium Turquoise #35C8B5
RGB
CMYK
RGB Variations
Color information
#35C8B5 (or 0x35C8B5) is known color: Medium Turquoise. HEX triplet: 35, C8 and B5. RGB value is (53,200,181). Sum of RGB (Red+Green+Blue) = 53+200+181=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 200 - color contains mainly: green. Hex color #35C8B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C8B5 is #CA374A. Grayscale: #999999. Windows color (decimal): -13252427 or 11913269. OLE color: 11913269.
HSL color Cylindrical-coordinate representation of color #35C8B5: hue angle of 172.24º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C8B5 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 181 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.22 |
| HSL | 172.24º | 0.58% | 0.5% | - |
| HSV(B) | 172.24º | 0.74% | 0.78% | - |
| XYZ | 30.46 | 45.4 | 50.87 | - |
| YUV | 153.88 | 143.3 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 181 | 0.74 | 0 | 0.09 | 0.22 | 172.24 | 0.58 | 0.5 |
| Hex | 35 | C8 | B5 | 4A | 0 | 9 | 16 | AC | 3A | 32 |
| Octal | 65 | 310 | 265 | 112 | 0 | 11 | 26 | 254 | 72 | 62 |
| Binary | 110101 | 11001000 | 10110101 | 1001010 | 0 | 1001 | 10110 | 10101100 | 111010 | 110010 |
Color Harmonies of #35C8B5
Complementary color
Monochromatic Colors of #35C8B5
Black with #35C8B5
Text Example
Text Example
White with #35C8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C8B5; }
p { color: rgb(53,200,181); }
H1.HeaderClassName
{
color: #35C8B5;
}
.AnyTagClassName
{
color: #35C8B5;
}
</style>
background-color css
<style>
a { background-color: #35C8B5; }
a { background-color: rgb(53,200,181); }
div.DivClassName
{
background-color: #35C8B5;
}
.BgClassName
{
background-color: #35C8B5;
}
</style>
border-color css
<style>
span { border-color: #35C8B5; }
span { border-color: rgb(53,200,181); }
td.TdClassName
{
border-color: #35C8B5;
}
.TagClassName
{
border-color: #35C8B5;
}
</style>