Shades of Medium Turquoise #35BFC0
Tints of Medium Turquoise #35BFC0
RGB
CMYK
RGB Variations
Color information
#35BFC0 (or 0x35BFC0) is known color: Medium Turquoise. HEX triplet: 35, BF and C0. RGB value is (53,191,192). Sum of RGB (Red+Green+Blue) = 53+191+192=436 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.16% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #35BFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BFC0 is #CA403F. Grayscale: #959595. Windows color (decimal): -13254720 or 12631861. OLE color: 12631861.
HSL color Cylindrical-coordinate representation of color #35BFC0: hue angle of 180.43º 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 #35BFC0 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 191 | 192 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.25 |
| HSL | 180.43º | 0.57% | 0.48% | - |
| HSV(B) | 180.43º | 0.72% | 0.75% | - |
| XYZ | 29.61 | 41.82 | 56.38 | - |
| YUV | 149.85 | 151.78 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 191 | 192 | 0.72 | 0.01 | 0 | 0.25 | 180.43 | 0.57 | 0.48 |
| Hex | 35 | BF | C0 | 48 | 1 | 0 | 19 | B4 | 39 | 30 |
| Octal | 65 | 277 | 300 | 110 | 1 | 0 | 31 | 264 | 71 | 60 |
| Binary | 110101 | 10111111 | 11000000 | 1001000 | 1 | 0 | 11001 | 10110100 | 111001 | 110000 |
Color Harmonies of #35BFC0
Complementary color
Monochromatic Colors of #35BFC0
Black with #35BFC0
Text Example
Text Example
White with #35BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BFC0; }
p { color: rgb(53,191,192); }
H1.HeaderClassName
{
color: #35BFC0;
}
.AnyTagClassName
{
color: #35BFC0;
}
</style>
background-color css
<style>
a { background-color: #35BFC0; }
a { background-color: rgb(53,191,192); }
div.DivClassName
{
background-color: #35BFC0;
}
.BgClassName
{
background-color: #35BFC0;
}
</style>
border-color css
<style>
span { border-color: #35BFC0; }
span { border-color: rgb(53,191,192); }
td.TdClassName
{
border-color: #35BFC0;
}
.TagClassName
{
border-color: #35BFC0;
}
</style>