Shades of Turquoise #35E5DC
Tints of Turquoise #35E5DC
RGB
CMYK
RGB Variations
Color information
#35E5DC (or 0x35E5DC) is known color: Turquoise. HEX triplet: 35, E5 and DC. RGB value is (53,229,220). Sum of RGB (Red+Green+Blue) = 53+229+220=502 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.56% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #35E5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E5DC is #CA1A23. Grayscale: #AFAFAF. Windows color (decimal): -13244964 or 14476597. OLE color: 14476597.
HSL color Cylindrical-coordinate representation of color #35E5DC: hue angle of 176.93º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E5DC is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 220 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.10 |
| HSL | 176.93º | 0.77% | 0.55% | - |
| HSV(B) | 176.93º | 0.77% | 0.9% | - |
| XYZ | 42.41 | 61.96 | 77.44 | - |
| YUV | 175.35 | 153.19 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 220 | 0.77 | 0 | 0.04 | 0.10 | 176.93 | 0.77 | 0.55 |
| Hex | 35 | E5 | DC | 4D | 0 | 4 | A | B1 | 4D | 37 |
| Octal | 65 | 345 | 334 | 115 | 0 | 4 | 12 | 261 | 115 | 67 |
| Binary | 110101 | 11100101 | 11011100 | 1001101 | 0 | 100 | 1010 | 10110001 | 1001101 | 110111 |
Color Harmonies of #35E5DC
Complementary color
Monochromatic Colors of #35E5DC
Black with #35E5DC
Text Example
Text Example
White with #35E5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E5DC; }
p { color: rgb(53,229,220); }
H1.HeaderClassName
{
color: #35E5DC;
}
.AnyTagClassName
{
color: #35E5DC;
}
</style>
background-color css
<style>
a { background-color: #35E5DC; }
a { background-color: rgb(53,229,220); }
div.DivClassName
{
background-color: #35E5DC;
}
.BgClassName
{
background-color: #35E5DC;
}
</style>
border-color css
<style>
span { border-color: #35E5DC; }
span { border-color: rgb(53,229,220); }
td.TdClassName
{
border-color: #35E5DC;
}
.TagClassName
{
border-color: #35E5DC;
}
</style>