Shades of Turquoise #35E2D7
Tints of Turquoise #35E2D7
RGB
CMYK
RGB Variations
Color information
#35E2D7 (or 0x35E2D7) is known color: Turquoise. HEX triplet: 35, E2 and D7. RGB value is (53,226,215). Sum of RGB (Red+Green+Blue) = 53+226+215=494 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.73% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #35E2D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E2D7 is #CA1D28. Grayscale: #ACACAC. Windows color (decimal): -13245737 or 14148149. OLE color: 14148149.
HSL color Cylindrical-coordinate representation of color #35E2D7: hue angle of 176.18º 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 #35E2D7 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 215 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.11 |
| HSL | 176.19º | 0.75% | 0.55% | - |
| HSV(B) | 176.19º | 0.77% | 0.89% | - |
| XYZ | 40.93 | 60.06 | 73.72 | - |
| YUV | 173.02 | 151.69 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 215 | 0.77 | 0 | 0.05 | 0.11 | 176.19 | 0.75 | 0.55 |
| Hex | 35 | E2 | D7 | 4D | 0 | 5 | B | B0 | 4B | 37 |
| Octal | 65 | 342 | 327 | 115 | 0 | 5 | 13 | 260 | 113 | 67 |
| Binary | 110101 | 11100010 | 11010111 | 1001101 | 0 | 101 | 1011 | 10110000 | 1001011 | 110111 |
Color Harmonies of #35E2D7
Complementary color
Monochromatic Colors of #35E2D7
Black with #35E2D7
Text Example
Text Example
White with #35E2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E2D7; }
p { color: rgb(53,226,215); }
H1.HeaderClassName
{
color: #35E2D7;
}
.AnyTagClassName
{
color: #35E2D7;
}
</style>
background-color css
<style>
a { background-color: #35E2D7; }
a { background-color: rgb(53,226,215); }
div.DivClassName
{
background-color: #35E2D7;
}
.BgClassName
{
background-color: #35E2D7;
}
</style>
border-color css
<style>
span { border-color: #35E2D7; }
span { border-color: rgb(53,226,215); }
td.TdClassName
{
border-color: #35E2D7;
}
.TagClassName
{
border-color: #35E2D7;
}
</style>