Shades of Turquoise #36E2C6
Tints of Turquoise #36E2C6
RGB
CMYK
RGB Variations
Color information
#36E2C6 (or 0x36E2C6) is known color: Turquoise. HEX triplet: 36, E2 and C6. RGB value is (54,226,198). Sum of RGB (Red+Green+Blue) = 54+226+198=478 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.30% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #36E2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E2C6 is #C91D39. Grayscale: #ABABAB. Windows color (decimal): -13180218 or 13034038. OLE color: 13034038.
HSL color Cylindrical-coordinate representation of color #36E2C6: hue angle of 170.23º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E2C6 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 226 | 198 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.11 |
| HSL | 170.23º | 0.75% | 0.55% | - |
| HSV(B) | 170.23º | 0.76% | 0.89% | - |
| XYZ | 38.91 | 59.25 | 62.81 | - |
| YUV | 171.38 | 143.02 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 226 | 198 | 0.76 | 0 | 0.12 | 0.11 | 170.23 | 0.75 | 0.55 |
| Hex | 36 | E2 | C6 | 4C | 0 | C | B | AA | 4B | 37 |
| Octal | 66 | 342 | 306 | 114 | 0 | 14 | 13 | 252 | 113 | 67 |
| Binary | 110110 | 11100010 | 11000110 | 1001100 | 0 | 1100 | 1011 | 10101010 | 1001011 | 110111 |
Color Harmonies of #36E2C6
Complementary color
Monochromatic Colors of #36E2C6
Black with #36E2C6
Text Example
Text Example
White with #36E2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E2C6; }
p { color: rgb(54,226,198); }
H1.HeaderClassName
{
color: #36E2C6;
}
.AnyTagClassName
{
color: #36E2C6;
}
</style>
background-color css
<style>
a { background-color: #36E2C6; }
a { background-color: rgb(54,226,198); }
div.DivClassName
{
background-color: #36E2C6;
}
.BgClassName
{
background-color: #36E2C6;
}
</style>
border-color css
<style>
span { border-color: #36E2C6; }
span { border-color: rgb(54,226,198); }
td.TdClassName
{
border-color: #36E2C6;
}
.TagClassName
{
border-color: #36E2C6;
}
</style>