Shades of Turquoise #35DCDB
Tints of Turquoise #35DCDB
RGB
CMYK
RGB Variations
Color information
#35DCDB (or 0x35DCDB) is known color: Turquoise. HEX triplet: 35, DC and DB. RGB value is (53,220,219). Sum of RGB (Red+Green+Blue) = 53+220+219=492 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.77% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #35DCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCDB is #CA2324. Grayscale: #A9A9A9. Windows color (decimal): -13247269 or 14408757. OLE color: 14408757.
HSL color Cylindrical-coordinate representation of color #35DCDB: hue angle of 179.64º 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 #35DCDB is Cyan = 0.76, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 220 | 219 | - |
| CMYK | 0.76 | 0 | 0.00 | 0.14 |
| HSL | 179.64º | 0.7% | 0.54% | - |
| HSV(B) | 179.64º | 0.76% | 0.86% | - |
| XYZ | 39.85 | 57.06 | 75.93 | - |
| YUV | 169.95 | 155.67 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 220 | 219 | 0.76 | 0 | 0.00 | 0.14 | 179.64 | 0.7 | 0.54 |
| Hex | 35 | DC | DB | 4C | 0 | 0 | E | B4 | 46 | 36 |
| Octal | 65 | 334 | 333 | 114 | 0 | 0 | 16 | 264 | 106 | 66 |
| Binary | 110101 | 11011100 | 11011011 | 1001100 | 0 | 0 | 1110 | 10110100 | 1000110 | 110110 |
Color Harmonies of #35DCDB
Complementary color
Monochromatic Colors of #35DCDB
Black with #35DCDB
Text Example
Text Example
White with #35DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DCDB; }
p { color: rgb(53,220,219); }
H1.HeaderClassName
{
color: #35DCDB;
}
.AnyTagClassName
{
color: #35DCDB;
}
</style>
background-color css
<style>
a { background-color: #35DCDB; }
a { background-color: rgb(53,220,219); }
div.DivClassName
{
background-color: #35DCDB;
}
.BgClassName
{
background-color: #35DCDB;
}
</style>
border-color css
<style>
span { border-color: #35DCDB; }
span { border-color: rgb(53,220,219); }
td.TdClassName
{
border-color: #35DCDB;
}
.TagClassName
{
border-color: #35DCDB;
}
</style>