Shades of Medium Turquoise #35CEBB
Tints of Medium Turquoise #35CEBB
RGB
CMYK
RGB Variations
Color information
#35CEBB (or 0x35CEBB) is known color: Medium Turquoise. HEX triplet: 35, CE and BB. RGB value is (53,206,187). Sum of RGB (Red+Green+Blue) = 53+206+187=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #35CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CEBB is #CA3144. Grayscale: #9E9E9E. Windows color (decimal): -13250885 or 12308021. OLE color: 12308021.
HSL color Cylindrical-coordinate representation of color #35CEBB: hue angle of 172.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CEBB is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 187 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.19 |
| HSL | 172.55º | 0.61% | 0.51% | - |
| HSV(B) | 172.55º | 0.74% | 0.81% | - |
| XYZ | 32.51 | 48.49 | 54.66 | - |
| YUV | 158.09 | 144.31 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 187 | 0.74 | 0 | 0.09 | 0.19 | 172.55 | 0.61 | 0.51 |
| Hex | 35 | CE | BB | 4A | 0 | 9 | 13 | AD | 3D | 33 |
| Octal | 65 | 316 | 273 | 112 | 0 | 11 | 23 | 255 | 75 | 63 |
| Binary | 110101 | 11001110 | 10111011 | 1001010 | 0 | 1001 | 10011 | 10101101 | 111101 | 110011 |
Color Harmonies of #35CEBB
Complementary color
Monochromatic Colors of #35CEBB
Black with #35CEBB
Text Example
Text Example
White with #35CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CEBB; }
p { color: rgb(53,206,187); }
H1.HeaderClassName
{
color: #35CEBB;
}
.AnyTagClassName
{
color: #35CEBB;
}
</style>
background-color css
<style>
a { background-color: #35CEBB; }
a { background-color: rgb(53,206,187); }
div.DivClassName
{
background-color: #35CEBB;
}
.BgClassName
{
background-color: #35CEBB;
}
</style>
border-color css
<style>
span { border-color: #35CEBB; }
span { border-color: rgb(53,206,187); }
td.TdClassName
{
border-color: #35CEBB;
}
.TagClassName
{
border-color: #35CEBB;
}
</style>