Shades of Turquoise #35E4DB
Tints of Turquoise #35E4DB
RGB
CMYK
RGB Variations
Color information
#35E4DB (or 0x35E4DB) is known color: Turquoise. HEX triplet: 35, E4 and DB. RGB value is (53,228,219). Sum of RGB (Red+Green+Blue) = 53+228+219=500 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.6% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #35E4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E4DB is #CA1B24. Grayscale: #AEAEAE. Windows color (decimal): -13245221 or 14410805. OLE color: 14410805.
HSL color Cylindrical-coordinate representation of color #35E4DB: hue angle of 176.91º degrees, saturation: 0.76, 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 #35E4DB is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 228 | 219 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.11 |
| HSL | 176.91º | 0.76% | 0.55% | - |
| HSV(B) | 176.91º | 0.77% | 0.89% | - |
| XYZ | 42 | 61.36 | 76.65 | - |
| YUV | 174.65 | 153.02 | 41.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 228 | 219 | 0.77 | 0 | 0.04 | 0.11 | 176.91 | 0.76 | 0.55 |
| Hex | 35 | E4 | DB | 4D | 0 | 4 | B | B1 | 4C | 37 |
| Octal | 65 | 344 | 333 | 115 | 0 | 4 | 13 | 261 | 114 | 67 |
| Binary | 110101 | 11100100 | 11011011 | 1001101 | 0 | 100 | 1011 | 10110001 | 1001100 | 110111 |
Color Harmonies of #35E4DB
Complementary color
Monochromatic Colors of #35E4DB
Black with #35E4DB
Text Example
Text Example
White with #35E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E4DB; }
p { color: rgb(53,228,219); }
H1.HeaderClassName
{
color: #35E4DB;
}
.AnyTagClassName
{
color: #35E4DB;
}
</style>
background-color css
<style>
a { background-color: #35E4DB; }
a { background-color: rgb(53,228,219); }
div.DivClassName
{
background-color: #35E4DB;
}
.BgClassName
{
background-color: #35E4DB;
}
</style>
border-color css
<style>
span { border-color: #35E4DB; }
span { border-color: rgb(53,228,219); }
td.TdClassName
{
border-color: #35E4DB;
}
.TagClassName
{
border-color: #35E4DB;
}
</style>