Shades of Turquoise #35DDD1
Tints of Turquoise #35DDD1
RGB
CMYK
RGB Variations
Color information
#35DDD1 (or 0x35DDD1) is known color: Turquoise. HEX triplet: 35, DD and D1. RGB value is (53,221,209). Sum of RGB (Red+Green+Blue) = 53+221+209=483 (63% of max value = 765). Red value is 53 (21.09% from 255 or 10.97% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DDD1 is #CA222E. Grayscale: #A9A9A9. Windows color (decimal): -13247023 or 13753653. OLE color: 13753653.
HSL color Cylindrical-coordinate representation of color #35DDD1: hue angle of 175.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DDD1 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 209 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.13 |
| HSL | 175.71º | 0.71% | 0.54% | - |
| HSV(B) | 175.71º | 0.76% | 0.87% | - |
| XYZ | 38.83 | 57.07 | 69.29 | - |
| YUV | 169.4 | 150.34 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 209 | 0.76 | 0 | 0.05 | 0.13 | 175.71 | 0.71 | 0.54 |
| Hex | 35 | DD | D1 | 4C | 0 | 5 | D | B0 | 47 | 36 |
| Octal | 65 | 335 | 321 | 114 | 0 | 5 | 15 | 260 | 107 | 66 |
| Binary | 110101 | 11011101 | 11010001 | 1001100 | 0 | 101 | 1101 | 10110000 | 1000111 | 110110 |
Color Harmonies of #35DDD1
Complementary color
Monochromatic Colors of #35DDD1
Black with #35DDD1
Text Example
Text Example
White with #35DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DDD1; }
p { color: rgb(53,221,209); }
H1.HeaderClassName
{
color: #35DDD1;
}
.AnyTagClassName
{
color: #35DDD1;
}
</style>
background-color css
<style>
a { background-color: #35DDD1; }
a { background-color: rgb(53,221,209); }
div.DivClassName
{
background-color: #35DDD1;
}
.BgClassName
{
background-color: #35DDD1;
}
</style>
border-color css
<style>
span { border-color: #35DDD1; }
span { border-color: rgb(53,221,209); }
td.TdClassName
{
border-color: #35DDD1;
}
.TagClassName
{
border-color: #35DDD1;
}
</style>