Shades of Turquoise #35DCD0
Tints of Turquoise #35DCD0
RGB
CMYK
RGB Variations
Color information
#35DCD0 (or 0x35DCD0) is known color: Turquoise. HEX triplet: 35, DC and D0. RGB value is (53,220,208). Sum of RGB (Red+Green+Blue) = 53+220+208=481 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.02% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #35DCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCD0 is #CA232F. Grayscale: #A8A8A8. Windows color (decimal): -13247280 or 13687861. OLE color: 13687861.
HSL color Cylindrical-coordinate representation of color #35DCD0: hue angle of 175.69º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DCD0 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 220 | 208 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.14 |
| HSL | 175.69º | 0.7% | 0.54% | - |
| HSV(B) | 175.69º | 0.76% | 0.86% | - |
| XYZ | 38.45 | 56.5 | 68.55 | - |
| YUV | 168.7 | 150.17 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 220 | 208 | 0.76 | 0 | 0.05 | 0.14 | 175.69 | 0.7 | 0.54 |
| Hex | 35 | DC | D0 | 4C | 0 | 5 | E | B0 | 46 | 36 |
| Octal | 65 | 334 | 320 | 114 | 0 | 5 | 16 | 260 | 106 | 66 |
| Binary | 110101 | 11011100 | 11010000 | 1001100 | 0 | 101 | 1110 | 10110000 | 1000110 | 110110 |
Color Harmonies of #35DCD0
Complementary color
Monochromatic Colors of #35DCD0
Black with #35DCD0
Text Example
Text Example
White with #35DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DCD0; }
p { color: rgb(53,220,208); }
H1.HeaderClassName
{
color: #35DCD0;
}
.AnyTagClassName
{
color: #35DCD0;
}
</style>
background-color css
<style>
a { background-color: #35DCD0; }
a { background-color: rgb(53,220,208); }
div.DivClassName
{
background-color: #35DCD0;
}
.BgClassName
{
background-color: #35DCD0;
}
</style>
border-color css
<style>
span { border-color: #35DCD0; }
span { border-color: rgb(53,220,208); }
td.TdClassName
{
border-color: #35DCD0;
}
.TagClassName
{
border-color: #35DCD0;
}
</style>