Shades of Turquoise #35DBBC
Tints of Turquoise #35DBBC
RGB
CMYK
RGB Variations
Color information
#35DBBC (or 0x35DBBC) is known color: Turquoise. HEX triplet: 35, DB and BC. RGB value is (53,219,188). Sum of RGB (Red+Green+Blue) = 53+219+188=460 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.52% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #35DBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DBBC is #CA2443. Grayscale: #A5A5A5. Windows color (decimal): -13247556 or 12376885. OLE color: 12376885.
HSL color Cylindrical-coordinate representation of color #35DBBC: hue angle of 168.8º 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 #35DBBC is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 219 | 188 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.14 |
| HSL | 168.8º | 0.7% | 0.53% | - |
| HSV(B) | 168.8º | 0.76% | 0.86% | - |
| XYZ | 35.88 | 55.05 | 56.31 | - |
| YUV | 165.83 | 140.5 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 219 | 188 | 0.76 | 0 | 0.14 | 0.14 | 168.8 | 0.7 | 0.53 |
| Hex | 35 | DB | BC | 4C | 0 | E | E | A9 | 46 | 35 |
| Octal | 65 | 333 | 274 | 114 | 0 | 16 | 16 | 251 | 106 | 65 |
| Binary | 110101 | 11011011 | 10111100 | 1001100 | 0 | 1110 | 1110 | 10101001 | 1000110 | 110101 |
Color Harmonies of #35DBBC
Complementary color
Monochromatic Colors of #35DBBC
Black with #35DBBC
Text Example
Text Example
White with #35DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DBBC; }
p { color: rgb(53,219,188); }
H1.HeaderClassName
{
color: #35DBBC;
}
.AnyTagClassName
{
color: #35DBBC;
}
</style>
background-color css
<style>
a { background-color: #35DBBC; }
a { background-color: rgb(53,219,188); }
div.DivClassName
{
background-color: #35DBBC;
}
.BgClassName
{
background-color: #35DBBC;
}
</style>
border-color css
<style>
span { border-color: #35DBBC; }
span { border-color: rgb(53,219,188); }
td.TdClassName
{
border-color: #35DBBC;
}
.TagClassName
{
border-color: #35DBBC;
}
</style>