Shades of Turquoise #35DCDA
Tints of Turquoise #35DCDA
RGB
CMYK
RGB Variations
Color information
#35DCDA (or 0x35DCDA) is known color: Turquoise. HEX triplet: 35, DC and DA. RGB value is (53,220,218). Sum of RGB (Red+Green+Blue) = 53+220+218=491 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.79% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #35DCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCDA is #CA2325. Grayscale: #A9A9A9. Windows color (decimal): -13247270 or 14343221. OLE color: 14343221.
HSL color Cylindrical-coordinate representation of color #35DCDA: hue angle of 179.28º 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 #35DCDA is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 220 | 218 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.14 |
| HSL | 179.28º | 0.7% | 0.54% | - |
| HSV(B) | 179.28º | 0.76% | 0.86% | - |
| XYZ | 39.72 | 57.01 | 75.24 | - |
| YUV | 169.84 | 155.17 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 220 | 218 | 0.76 | 0 | 0.01 | 0.14 | 179.28 | 0.7 | 0.54 |
| Hex | 35 | DC | DA | 4C | 0 | 1 | E | B3 | 46 | 36 |
| Octal | 65 | 334 | 332 | 114 | 0 | 1 | 16 | 263 | 106 | 66 |
| Binary | 110101 | 11011100 | 11011010 | 1001100 | 0 | 1 | 1110 | 10110011 | 1000110 | 110110 |
Color Harmonies of #35DCDA
Complementary color
Monochromatic Colors of #35DCDA
Black with #35DCDA
Text Example
Text Example
White with #35DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DCDA; }
p { color: rgb(53,220,218); }
H1.HeaderClassName
{
color: #35DCDA;
}
.AnyTagClassName
{
color: #35DCDA;
}
</style>
background-color css
<style>
a { background-color: #35DCDA; }
a { background-color: rgb(53,220,218); }
div.DivClassName
{
background-color: #35DCDA;
}
.BgClassName
{
background-color: #35DCDA;
}
</style>
border-color css
<style>
span { border-color: #35DCDA; }
span { border-color: rgb(53,220,218); }
td.TdClassName
{
border-color: #35DCDA;
}
.TagClassName
{
border-color: #35DCDA;
}
</style>