Shades of Turquoise #35E2BB
Tints of Turquoise #35E2BB
RGB
CMYK
RGB Variations
Color information
#35E2BB (or 0x35E2BB) is known color: Turquoise. HEX triplet: 35, E2 and BB. RGB value is (53,226,187). Sum of RGB (Red+Green+Blue) = 53+226+187=466 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.37% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #35E2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E2BB is #CA1D44. Grayscale: #A9A9A9. Windows color (decimal): -13245765 or 12313141. OLE color: 12313141.
HSL color Cylindrical-coordinate representation of color #35E2BB: hue angle of 166.47º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E2BB is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 187 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.11 |
| HSL | 166.47º | 0.75% | 0.55% | - |
| HSV(B) | 166.47º | 0.77% | 0.89% | - |
| XYZ | 37.63 | 58.74 | 56.37 | - |
| YUV | 169.83 | 137.69 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 187 | 0.77 | 0 | 0.17 | 0.11 | 166.47 | 0.75 | 0.55 |
| Hex | 35 | E2 | BB | 4D | 0 | 11 | B | A6 | 4B | 37 |
| Octal | 65 | 342 | 273 | 115 | 0 | 21 | 13 | 246 | 113 | 67 |
| Binary | 110101 | 11100010 | 10111011 | 1001101 | 0 | 10001 | 1011 | 10100110 | 1001011 | 110111 |
Color Harmonies of #35E2BB
Complementary color
Monochromatic Colors of #35E2BB
Black with #35E2BB
Text Example
Text Example
White with #35E2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E2BB; }
p { color: rgb(53,226,187); }
H1.HeaderClassName
{
color: #35E2BB;
}
.AnyTagClassName
{
color: #35E2BB;
}
</style>
background-color css
<style>
a { background-color: #35E2BB; }
a { background-color: rgb(53,226,187); }
div.DivClassName
{
background-color: #35E2BB;
}
.BgClassName
{
background-color: #35E2BB;
}
</style>
border-color css
<style>
span { border-color: #35E2BB; }
span { border-color: rgb(53,226,187); }
td.TdClassName
{
border-color: #35E2BB;
}
.TagClassName
{
border-color: #35E2BB;
}
</style>