Shades of Turquoise #35DDD9
Tints of Turquoise #35DDD9
RGB
CMYK
RGB Variations
Color information
#35DDD9 (or 0x35DDD9) is known color: Turquoise. HEX triplet: 35, DD and D9. RGB value is (53,221,217). Sum of RGB (Red+Green+Blue) = 53+221+217=491 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.79% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DDD9 is #CA2226. Grayscale: #AAAAAA. Windows color (decimal): -13247015 or 14277941. OLE color: 14277941.
HSL color Cylindrical-coordinate representation of color #35DDD9: hue angle of 178.57º 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 #35DDD9 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 217 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.13 |
| HSL | 178.57º | 0.71% | 0.54% | - |
| HSV(B) | 178.57º | 0.76% | 0.87% | - |
| XYZ | 39.85 | 57.48 | 74.64 | - |
| YUV | 170.31 | 154.34 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 217 | 0.76 | 0 | 0.02 | 0.13 | 178.57 | 0.71 | 0.54 |
| Hex | 35 | DD | D9 | 4C | 0 | 2 | D | B3 | 47 | 36 |
| Octal | 65 | 335 | 331 | 114 | 0 | 2 | 15 | 263 | 107 | 66 |
| Binary | 110101 | 11011101 | 11011001 | 1001100 | 0 | 10 | 1101 | 10110011 | 1000111 | 110110 |
Color Harmonies of #35DDD9
Complementary color
Monochromatic Colors of #35DDD9
Black with #35DDD9
Text Example
Text Example
White with #35DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DDD9; }
p { color: rgb(53,221,217); }
H1.HeaderClassName
{
color: #35DDD9;
}
.AnyTagClassName
{
color: #35DDD9;
}
</style>
background-color css
<style>
a { background-color: #35DDD9; }
a { background-color: rgb(53,221,217); }
div.DivClassName
{
background-color: #35DDD9;
}
.BgClassName
{
background-color: #35DDD9;
}
</style>
border-color css
<style>
span { border-color: #35DDD9; }
span { border-color: rgb(53,221,217); }
td.TdClassName
{
border-color: #35DDD9;
}
.TagClassName
{
border-color: #35DDD9;
}
</style>