Shades of Turquoise #35D2DB
Tints of Turquoise #35D2DB
RGB
CMYK
RGB Variations
Color information
#35D2DB (or 0x35D2DB) is known color: Turquoise. HEX triplet: 35, D2 and DB. RGB value is (53,210,219). Sum of RGB (Red+Green+Blue) = 53+210+219=482 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.00% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #35D2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D2DB is #CA2D24. Grayscale: #A3A3A3. Windows color (decimal): -13249829 or 14406197. OLE color: 14406197.
HSL color Cylindrical-coordinate representation of color #35D2DB: hue angle of 183.25º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35D2DB is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 210 | 219 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.14 |
| HSL | 183.25º | 0.7% | 0.53% | - |
| HSV(B) | 183.25º | 0.76% | 0.86% | - |
| XYZ | 37.3 | 51.96 | 75.08 | - |
| YUV | 164.08 | 158.99 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 210 | 219 | 0.76 | 0.04 | 0 | 0.14 | 183.25 | 0.7 | 0.53 |
| Hex | 35 | D2 | DB | 4C | 4 | 0 | E | B7 | 46 | 35 |
| Octal | 65 | 322 | 333 | 114 | 4 | 0 | 16 | 267 | 106 | 65 |
| Binary | 110101 | 11010010 | 11011011 | 1001100 | 100 | 0 | 1110 | 10110111 | 1000110 | 110101 |
Color Harmonies of #35D2DB
Complementary color
Monochromatic Colors of #35D2DB
Black with #35D2DB
Text Example
Text Example
White with #35D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D2DB; }
p { color: rgb(53,210,219); }
H1.HeaderClassName
{
color: #35D2DB;
}
.AnyTagClassName
{
color: #35D2DB;
}
</style>
background-color css
<style>
a { background-color: #35D2DB; }
a { background-color: rgb(53,210,219); }
div.DivClassName
{
background-color: #35D2DB;
}
.BgClassName
{
background-color: #35D2DB;
}
</style>
border-color css
<style>
span { border-color: #35D2DB; }
span { border-color: rgb(53,210,219); }
td.TdClassName
{
border-color: #35D2DB;
}
.TagClassName
{
border-color: #35D2DB;
}
</style>