Shades of Turquoise #35E8BB
Tints of Turquoise #35E8BB
RGB
CMYK
RGB Variations
Color information
#35E8BB (or 0x35E8BB) is known color: Turquoise. HEX triplet: 35, E8 and BB. RGB value is (53,232,187). Sum of RGB (Red+Green+Blue) = 53+232+187=472 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.23% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #35E8BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E8BB is #CA1744. Grayscale: #ADADAD. Windows color (decimal): -13244229 or 12314677. OLE color: 12314677.
HSL color Cylindrical-coordinate representation of color #35E8BB: hue angle of 164.92º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E8BB is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 232 | 187 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.09 |
| HSL | 164.92º | 0.8% | 0.56% | - |
| HSV(B) | 164.92º | 0.77% | 0.91% | - |
| XYZ | 39.29 | 62.06 | 56.92 | - |
| YUV | 173.35 | 135.7 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 232 | 187 | 0.77 | 0 | 0.19 | 0.09 | 164.92 | 0.8 | 0.56 |
| Hex | 35 | E8 | BB | 4D | 0 | 13 | 9 | A5 | 50 | 38 |
| Octal | 65 | 350 | 273 | 115 | 0 | 23 | 11 | 245 | 120 | 70 |
| Binary | 110101 | 11101000 | 10111011 | 1001101 | 0 | 10011 | 1001 | 10100101 | 1010000 | 111000 |
Color Harmonies of #35E8BB
Complementary color
Monochromatic Colors of #35E8BB
Black with #35E8BB
Text Example
Text Example
White with #35E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E8BB; }
p { color: rgb(53,232,187); }
H1.HeaderClassName
{
color: #35E8BB;
}
.AnyTagClassName
{
color: #35E8BB;
}
</style>
background-color css
<style>
a { background-color: #35E8BB; }
a { background-color: rgb(53,232,187); }
div.DivClassName
{
background-color: #35E8BB;
}
.BgClassName
{
background-color: #35E8BB;
}
</style>
border-color css
<style>
span { border-color: #35E8BB; }
span { border-color: rgb(53,232,187); }
td.TdClassName
{
border-color: #35E8BB;
}
.TagClassName
{
border-color: #35E8BB;
}
</style>