Shades of Turquoise #35DDD2
Tints of Turquoise #35DDD2
RGB
CMYK
RGB Variations
Color information
#35DDD2 (or 0x35DDD2) is known color: Turquoise. HEX triplet: 35, DD and D2. RGB value is (53,221,210). Sum of RGB (Red+Green+Blue) = 53+221+210=484 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.95% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DDD2 is #CA222D. Grayscale: #A9A9A9. Windows color (decimal): -13247022 or 13819189. OLE color: 13819189.
HSL color Cylindrical-coordinate representation of color #35DDD2: hue angle of 176.07º 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 #35DDD2 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 210 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.13 |
| HSL | 176.07º | 0.71% | 0.54% | - |
| HSV(B) | 176.07º | 0.76% | 0.87% | - |
| XYZ | 38.96 | 57.12 | 69.95 | - |
| YUV | 169.51 | 150.84 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 210 | 0.76 | 0 | 0.05 | 0.13 | 176.07 | 0.71 | 0.54 |
| Hex | 35 | DD | D2 | 4C | 0 | 5 | D | B0 | 47 | 36 |
| Octal | 65 | 335 | 322 | 114 | 0 | 5 | 15 | 260 | 107 | 66 |
| Binary | 110101 | 11011101 | 11010010 | 1001100 | 0 | 101 | 1101 | 10110000 | 1000111 | 110110 |
Color Harmonies of #35DDD2
Complementary color
Monochromatic Colors of #35DDD2
Black with #35DDD2
Text Example
Text Example
White with #35DDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DDD2; }
p { color: rgb(53,221,210); }
H1.HeaderClassName
{
color: #35DDD2;
}
.AnyTagClassName
{
color: #35DDD2;
}
</style>
background-color css
<style>
a { background-color: #35DDD2; }
a { background-color: rgb(53,221,210); }
div.DivClassName
{
background-color: #35DDD2;
}
.BgClassName
{
background-color: #35DDD2;
}
</style>
border-color css
<style>
span { border-color: #35DDD2; }
span { border-color: rgb(53,221,210); }
td.TdClassName
{
border-color: #35DDD2;
}
.TagClassName
{
border-color: #35DDD2;
}
</style>