Shades of Turquoise #35E7E5
Tints of Turquoise #35E7E5
RGB
CMYK
RGB Variations
Color information
#35E7E5 (or 0x35E7E5) is known color: Turquoise. HEX triplet: 35, E7 and E5. RGB value is (53,231,229). Sum of RGB (Red+Green+Blue) = 53+231+229=513 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.33% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #35E7E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E7E5 is #CA181A. Grayscale: #B1B1B1. Windows color (decimal): -13244443 or 15066933. OLE color: 15066933.
HSL color Cylindrical-coordinate representation of color #35E7E5: hue angle of 179.33º degrees, saturation: 0.79, 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 #35E7E5 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 231 | 229 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.09 |
| HSL | 179.33º | 0.79% | 0.56% | - |
| HSV(B) | 179.33º | 0.77% | 0.91% | - |
| XYZ | 44.19 | 63.57 | 84.07 | - |
| YUV | 177.55 | 157.03 | 39.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 231 | 229 | 0.77 | 0 | 0.01 | 0.09 | 179.33 | 0.79 | 0.56 |
| Hex | 35 | E7 | E5 | 4D | 0 | 1 | 9 | B3 | 4F | 38 |
| Octal | 65 | 347 | 345 | 115 | 0 | 1 | 11 | 263 | 117 | 70 |
| Binary | 110101 | 11100111 | 11100101 | 1001101 | 0 | 1 | 1001 | 10110011 | 1001111 | 111000 |
Color Harmonies of #35E7E5
Complementary color
Monochromatic Colors of #35E7E5
Black with #35E7E5
Text Example
Text Example
White with #35E7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E7E5; }
p { color: rgb(53,231,229); }
H1.HeaderClassName
{
color: #35E7E5;
}
.AnyTagClassName
{
color: #35E7E5;
}
</style>
background-color css
<style>
a { background-color: #35E7E5; }
a { background-color: rgb(53,231,229); }
div.DivClassName
{
background-color: #35E7E5;
}
.BgClassName
{
background-color: #35E7E5;
}
</style>
border-color css
<style>
span { border-color: #35E7E5; }
span { border-color: rgb(53,231,229); }
td.TdClassName
{
border-color: #35E7E5;
}
.TagClassName
{
border-color: #35E7E5;
}
</style>