Shades of Turquoise #35DABB
Tints of Turquoise #35DABB
RGB
CMYK
RGB Variations
Color information
#35DABB (or 0x35DABB) is known color: Turquoise. HEX triplet: 35, DA and BB. RGB value is (53,218,187). Sum of RGB (Red+Green+Blue) = 53+218+187=458 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.57% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #35DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DABB is #CA2544. Grayscale: #A5A5A5. Windows color (decimal): -13247813 or 12311093. OLE color: 12311093.
HSL color Cylindrical-coordinate representation of color #35DABB: hue angle of 168.73º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DABB is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 218 | 187 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.15 |
| HSL | 168.73º | 0.69% | 0.53% | - |
| HSV(B) | 168.73º | 0.76% | 0.85% | - |
| XYZ | 35.51 | 54.49 | 55.66 | - |
| YUV | 165.13 | 140.34 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 218 | 187 | 0.76 | 0 | 0.14 | 0.15 | 168.73 | 0.69 | 0.53 |
| Hex | 35 | DA | BB | 4C | 0 | E | F | A9 | 45 | 35 |
| Octal | 65 | 332 | 273 | 114 | 0 | 16 | 17 | 251 | 105 | 65 |
| Binary | 110101 | 11011010 | 10111011 | 1001100 | 0 | 1110 | 1111 | 10101001 | 1000101 | 110101 |
Color Harmonies of #35DABB
Complementary color
Monochromatic Colors of #35DABB
Black with #35DABB
Text Example
Text Example
White with #35DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DABB; }
p { color: rgb(53,218,187); }
H1.HeaderClassName
{
color: #35DABB;
}
.AnyTagClassName
{
color: #35DABB;
}
</style>
background-color css
<style>
a { background-color: #35DABB; }
a { background-color: rgb(53,218,187); }
div.DivClassName
{
background-color: #35DABB;
}
.BgClassName
{
background-color: #35DABB;
}
</style>
border-color css
<style>
span { border-color: #35DABB; }
span { border-color: rgb(53,218,187); }
td.TdClassName
{
border-color: #35DABB;
}
.TagClassName
{
border-color: #35DABB;
}
</style>