Shades of Turquoise #35DDD3
Tints of Turquoise #35DDD3
RGB
CMYK
RGB Variations
Color information
#35DDD3 (or 0x35DDD3) is known color: Turquoise. HEX triplet: 35, DD and D3. RGB value is (53,221,211). Sum of RGB (Red+Green+Blue) = 53+221+211=485 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.93% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DDD3 is #CA222C. Grayscale: #A9A9A9. Windows color (decimal): -13247021 or 13884725. OLE color: 13884725.
HSL color Cylindrical-coordinate representation of color #35DDD3: hue angle of 176.43º 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 #35DDD3 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 211 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.13 |
| HSL | 176.43º | 0.71% | 0.54% | - |
| HSV(B) | 176.43º | 0.76% | 0.87% | - |
| XYZ | 39.08 | 57.17 | 70.6 | - |
| YUV | 169.63 | 151.34 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 211 | 0.76 | 0 | 0.05 | 0.13 | 176.43 | 0.71 | 0.54 |
| Hex | 35 | DD | D3 | 4C | 0 | 5 | D | B0 | 47 | 36 |
| Octal | 65 | 335 | 323 | 114 | 0 | 5 | 15 | 260 | 107 | 66 |
| Binary | 110101 | 11011101 | 11010011 | 1001100 | 0 | 101 | 1101 | 10110000 | 1000111 | 110110 |
Color Harmonies of #35DDD3
Complementary color
Monochromatic Colors of #35DDD3
Black with #35DDD3
Text Example
Text Example
White with #35DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DDD3; }
p { color: rgb(53,221,211); }
H1.HeaderClassName
{
color: #35DDD3;
}
.AnyTagClassName
{
color: #35DDD3;
}
</style>
background-color css
<style>
a { background-color: #35DDD3; }
a { background-color: rgb(53,221,211); }
div.DivClassName
{
background-color: #35DDD3;
}
.BgClassName
{
background-color: #35DDD3;
}
</style>
border-color css
<style>
span { border-color: #35DDD3; }
span { border-color: rgb(53,221,211); }
td.TdClassName
{
border-color: #35DDD3;
}
.TagClassName
{
border-color: #35DDD3;
}
</style>