Shades of Medium Turquoise #36D2C6
Tints of Medium Turquoise #36D2C6
RGB
CMYK
RGB Variations
Color information
#36D2C6 (or 0x36D2C6) is known color: Medium Turquoise. HEX triplet: 36, D2 and C6. RGB value is (54,210,198). Sum of RGB (Red+Green+Blue) = 54+210+198=462 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.69% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #36D2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D2C6 is #C92D39. Grayscale: #A1A1A1. Windows color (decimal): -13184314 or 13029942. OLE color: 13029942.
HSL color Cylindrical-coordinate representation of color #36D2C6: hue angle of 175.38º 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 #36D2C6 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 210 | 198 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.18 |
| HSL | 175.38º | 0.63% | 0.52% | - |
| HSV(B) | 175.38º | 0.74% | 0.82% | - |
| XYZ | 34.76 | 50.95 | 61.43 | - |
| YUV | 161.99 | 148.32 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 210 | 198 | 0.74 | 0 | 0.06 | 0.18 | 175.38 | 0.63 | 0.52 |
| Hex | 36 | D2 | C6 | 4A | 0 | 6 | 12 | AF | 3F | 34 |
| Octal | 66 | 322 | 306 | 112 | 0 | 6 | 22 | 257 | 77 | 64 |
| Binary | 110110 | 11010010 | 11000110 | 1001010 | 0 | 110 | 10010 | 10101111 | 111111 | 110100 |
Color Harmonies of #36D2C6
Complementary color
Monochromatic Colors of #36D2C6
Black with #36D2C6
Text Example
Text Example
White with #36D2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D2C6; }
p { color: rgb(54,210,198); }
H1.HeaderClassName
{
color: #36D2C6;
}
.AnyTagClassName
{
color: #36D2C6;
}
</style>
background-color css
<style>
a { background-color: #36D2C6; }
a { background-color: rgb(54,210,198); }
div.DivClassName
{
background-color: #36D2C6;
}
.BgClassName
{
background-color: #36D2C6;
}
</style>
border-color css
<style>
span { border-color: #36D2C6; }
span { border-color: rgb(54,210,198); }
td.TdClassName
{
border-color: #36D2C6;
}
.TagClassName
{
border-color: #36D2C6;
}
</style>