Shades of Medium Turquoise #36D2BA
Tints of Medium Turquoise #36D2BA
RGB
CMYK
RGB Variations
Color information
#36D2BA (or 0x36D2BA) is known color: Medium Turquoise. HEX triplet: 36, D2 and BA. RGB value is (54,210,186). Sum of RGB (Red+Green+Blue) = 54+210+186=450 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #36D2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D2BA is #C92D45. Grayscale: #A0A0A0. Windows color (decimal): -13184326 or 12243510. OLE color: 12243510.
HSL color Cylindrical-coordinate representation of color #36D2BA: hue angle of 170.77º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D2BA is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 210 | 186 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.18 |
| HSL | 170.77º | 0.63% | 0.52% | - |
| HSV(B) | 170.77º | 0.74% | 0.82% | - |
| XYZ | 33.43 | 50.42 | 54.42 | - |
| YUV | 160.62 | 142.32 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 210 | 186 | 0.74 | 0 | 0.11 | 0.18 | 170.77 | 0.63 | 0.52 |
| Hex | 36 | D2 | BA | 4A | 0 | B | 12 | AB | 3F | 34 |
| Octal | 66 | 322 | 272 | 112 | 0 | 13 | 22 | 253 | 77 | 64 |
| Binary | 110110 | 11010010 | 10111010 | 1001010 | 0 | 1011 | 10010 | 10101011 | 111111 | 110100 |
Color Harmonies of #36D2BA
Complementary color
Monochromatic Colors of #36D2BA
Black with #36D2BA
Text Example
Text Example
White with #36D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D2BA; }
p { color: rgb(54,210,186); }
H1.HeaderClassName
{
color: #36D2BA;
}
.AnyTagClassName
{
color: #36D2BA;
}
</style>
background-color css
<style>
a { background-color: #36D2BA; }
a { background-color: rgb(54,210,186); }
div.DivClassName
{
background-color: #36D2BA;
}
.BgClassName
{
background-color: #36D2BA;
}
</style>
border-color css
<style>
span { border-color: #36D2BA; }
span { border-color: rgb(54,210,186); }
td.TdClassName
{
border-color: #36D2BA;
}
.TagClassName
{
border-color: #36D2BA;
}
</style>