Shades of Turquoise #36DCBA
Tints of Turquoise #36DCBA
RGB
CMYK
RGB Variations
Color information
#36DCBA (or 0x36DCBA) is known color: Turquoise. HEX triplet: 36, DC and BA. RGB value is (54,220,186). Sum of RGB (Red+Green+Blue) = 54+220+186=460 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.74% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #36DCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DCBA is #C92345. Grayscale: #A6A6A6. Windows color (decimal): -13181766 or 12246070. OLE color: 12246070.
HSL color Cylindrical-coordinate representation of color #36DCBA: hue angle of 167.71º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DCBA is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 186 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.14 |
| HSL | 167.71º | 0.7% | 0.54% | - |
| HSV(B) | 167.71º | 0.75% | 0.86% | - |
| XYZ | 35.98 | 55.52 | 55.27 | - |
| YUV | 166.49 | 139 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 186 | 0.75 | 0 | 0.15 | 0.14 | 167.71 | 0.7 | 0.54 |
| Hex | 36 | DC | BA | 4B | 0 | F | E | A8 | 46 | 36 |
| Octal | 66 | 334 | 272 | 113 | 0 | 17 | 16 | 250 | 106 | 66 |
| Binary | 110110 | 11011100 | 10111010 | 1001011 | 0 | 1111 | 1110 | 10101000 | 1000110 | 110110 |
Color Harmonies of #36DCBA
Complementary color
Monochromatic Colors of #36DCBA
Black with #36DCBA
Text Example
Text Example
White with #36DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DCBA; }
p { color: rgb(54,220,186); }
H1.HeaderClassName
{
color: #36DCBA;
}
.AnyTagClassName
{
color: #36DCBA;
}
</style>
background-color css
<style>
a { background-color: #36DCBA; }
a { background-color: rgb(54,220,186); }
div.DivClassName
{
background-color: #36DCBA;
}
.BgClassName
{
background-color: #36DCBA;
}
</style>
border-color css
<style>
span { border-color: #36DCBA; }
span { border-color: rgb(54,220,186); }
td.TdClassName
{
border-color: #36DCBA;
}
.TagClassName
{
border-color: #36DCBA;
}
</style>