Shades of Turquoise #36E6C2
Tints of Turquoise #36E6C2
RGB
CMYK
RGB Variations
Color information
#36E6C2 (or 0x36E6C2) is known color: Turquoise. HEX triplet: 36, E6 and C2. RGB value is (54,230,194). Sum of RGB (Red+Green+Blue) = 54+230+194=478 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.30% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #36E6C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36E6C2 is #C9193D. Grayscale: #ADADAD. Windows color (decimal): -13179198 or 12772918. OLE color: 12772918.
HSL color Cylindrical-coordinate representation of color #36E6C2: hue angle of 167.73º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36E6C2 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 230 | 194 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.10 |
| HSL | 167.73º | 0.78% | 0.56% | - |
| HSV(B) | 167.73º | 0.77% | 0.9% | - |
| XYZ | 39.56 | 61.27 | 60.78 | - |
| YUV | 173.27 | 139.69 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 230 | 194 | 0.77 | 0 | 0.16 | 0.10 | 167.73 | 0.78 | 0.56 |
| Hex | 36 | E6 | C2 | 4D | 0 | 10 | A | A8 | 4E | 38 |
| Octal | 66 | 346 | 302 | 115 | 0 | 20 | 12 | 250 | 116 | 70 |
| Binary | 110110 | 11100110 | 11000010 | 1001101 | 0 | 10000 | 1010 | 10101000 | 1001110 | 111000 |
Color Harmonies of #36E6C2
Complementary color
Monochromatic Colors of #36E6C2
Black with #36E6C2
Text Example
Text Example
White with #36E6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E6C2; }
p { color: rgb(54,230,194); }
H1.HeaderClassName
{
color: #36E6C2;
}
.AnyTagClassName
{
color: #36E6C2;
}
</style>
background-color css
<style>
a { background-color: #36E6C2; }
a { background-color: rgb(54,230,194); }
div.DivClassName
{
background-color: #36E6C2;
}
.BgClassName
{
background-color: #36E6C2;
}
</style>
border-color css
<style>
span { border-color: #36E6C2; }
span { border-color: rgb(54,230,194); }
td.TdClassName
{
border-color: #36E6C2;
}
.TagClassName
{
border-color: #36E6C2;
}
</style>