Shades of Turquoise #35E1BD
Tints of Turquoise #35E1BD
RGB
CMYK
RGB Variations
Color information
#35E1BD (or 0x35E1BD) is known color: Turquoise. HEX triplet: 35, E1 and BD. RGB value is (53,225,189). Sum of RGB (Red+Green+Blue) = 53+225+189=467 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.35% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #35E1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E1BD is #CA1E42. Grayscale: #A9A9A9. Windows color (decimal): -13246019 or 12443957. OLE color: 12443957.
HSL color Cylindrical-coordinate representation of color #35E1BD: hue angle of 167.44º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E1BD is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 225 | 189 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.12 |
| HSL | 167.44º | 0.74% | 0.55% | - |
| HSV(B) | 167.44º | 0.76% | 0.88% | - |
| XYZ | 37.58 | 58.28 | 57.41 | - |
| YUV | 169.47 | 139.02 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 225 | 189 | 0.76 | 0 | 0.16 | 0.12 | 167.44 | 0.74 | 0.55 |
| Hex | 35 | E1 | BD | 4C | 0 | 10 | C | A7 | 4A | 37 |
| Octal | 65 | 341 | 275 | 114 | 0 | 20 | 14 | 247 | 112 | 67 |
| Binary | 110101 | 11100001 | 10111101 | 1001100 | 0 | 10000 | 1100 | 10100111 | 1001010 | 110111 |
Color Harmonies of #35E1BD
Complementary color
Monochromatic Colors of #35E1BD
Black with #35E1BD
Text Example
Text Example
White with #35E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E1BD; }
p { color: rgb(53,225,189); }
H1.HeaderClassName
{
color: #35E1BD;
}
.AnyTagClassName
{
color: #35E1BD;
}
</style>
background-color css
<style>
a { background-color: #35E1BD; }
a { background-color: rgb(53,225,189); }
div.DivClassName
{
background-color: #35E1BD;
}
.BgClassName
{
background-color: #35E1BD;
}
</style>
border-color css
<style>
span { border-color: #35E1BD; }
span { border-color: rgb(53,225,189); }
td.TdClassName
{
border-color: #35E1BD;
}
.TagClassName
{
border-color: #35E1BD;
}
</style>