Shades of Turquoise #35E1B5
Tints of Turquoise #35E1B5
RGB
CMYK
RGB Variations
Color information
#35E1B5 (or 0x35E1B5) is known color: Turquoise. HEX triplet: 35, E1 and B5. RGB value is (53,225,181). Sum of RGB (Red+Green+Blue) = 53+225+181=459 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.55% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #35E1B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E1B5 is #CA1E4A. Grayscale: #A8A8A8. Windows color (decimal): -13246027 or 11919669. OLE color: 11919669.
HSL color Cylindrical-coordinate representation of color #35E1B5: hue angle of 164.65º 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 #35E1B5 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 225 | 181 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.12 |
| HSL | 164.65º | 0.74% | 0.55% | - |
| HSV(B) | 164.65º | 0.76% | 0.88% | - |
| XYZ | 36.73 | 57.94 | 52.96 | - |
| YUV | 168.56 | 135.02 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 225 | 181 | 0.76 | 0 | 0.20 | 0.12 | 164.65 | 0.74 | 0.55 |
| Hex | 35 | E1 | B5 | 4C | 0 | 14 | C | A5 | 4A | 37 |
| Octal | 65 | 341 | 265 | 114 | 0 | 24 | 14 | 245 | 112 | 67 |
| Binary | 110101 | 11100001 | 10110101 | 1001100 | 0 | 10100 | 1100 | 10100101 | 1001010 | 110111 |
Color Harmonies of #35E1B5
Complementary color
Monochromatic Colors of #35E1B5
Black with #35E1B5
Text Example
Text Example
White with #35E1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E1B5; }
p { color: rgb(53,225,181); }
H1.HeaderClassName
{
color: #35E1B5;
}
.AnyTagClassName
{
color: #35E1B5;
}
</style>
background-color css
<style>
a { background-color: #35E1B5; }
a { background-color: rgb(53,225,181); }
div.DivClassName
{
background-color: #35E1B5;
}
.BgClassName
{
background-color: #35E1B5;
}
</style>
border-color css
<style>
span { border-color: #35E1B5; }
span { border-color: rgb(53,225,181); }
td.TdClassName
{
border-color: #35E1B5;
}
.TagClassName
{
border-color: #35E1B5;
}
</style>