Shades of Turquoise #35E9E6
Tints of Turquoise #35E9E6
RGB
CMYK
RGB Variations
Color information
#35E9E6 (or 0x35E9E6) is known color: Turquoise. HEX triplet: 35, E9 and E6. RGB value is (53,233,230). Sum of RGB (Red+Green+Blue) = 53+233+230=516 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.27% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #35E9E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35E9E6 is #CA1619. Grayscale: #B2B2B2. Windows color (decimal): -13243930 or 15132981. OLE color: 15132981.
HSL color Cylindrical-coordinate representation of color #35E9E6: hue angle of 179º 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 #35E9E6 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 233 | 230 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.09 |
| HSL | 179º | 0.8% | 0.56% | - |
| HSV(B) | 179º | 0.77% | 0.91% | - |
| XYZ | 44.89 | 64.75 | 84.99 | - |
| YUV | 178.84 | 156.87 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 233 | 230 | 0.77 | 0 | 0.01 | 0.09 | 179 | 0.8 | 0.56 |
| Hex | 35 | E9 | E6 | 4D | 0 | 1 | 9 | B3 | 50 | 38 |
| Octal | 65 | 351 | 346 | 115 | 0 | 1 | 11 | 263 | 120 | 70 |
| Binary | 110101 | 11101001 | 11100110 | 1001101 | 0 | 1 | 1001 | 10110011 | 1010000 | 111000 |
Color Harmonies of #35E9E6
Complementary color
Monochromatic Colors of #35E9E6
Black with #35E9E6
Text Example
Text Example
White with #35E9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E9E6; }
p { color: rgb(53,233,230); }
H1.HeaderClassName
{
color: #35E9E6;
}
.AnyTagClassName
{
color: #35E9E6;
}
</style>
background-color css
<style>
a { background-color: #35E9E6; }
a { background-color: rgb(53,233,230); }
div.DivClassName
{
background-color: #35E9E6;
}
.BgClassName
{
background-color: #35E9E6;
}
</style>
border-color css
<style>
span { border-color: #35E9E6; }
span { border-color: rgb(53,233,230); }
td.TdClassName
{
border-color: #35E9E6;
}
.TagClassName
{
border-color: #35E9E6;
}
</style>