Shades of Turquoise #36EEC1
Tints of Turquoise #36EEC1
RGB
CMYK
RGB Variations
Color information
#36EEC1 (or 0x36EEC1) is known color: Turquoise. HEX triplet: 36, EE and C1. RGB value is (54,238,193). Sum of RGB (Red+Green+Blue) = 54+238+193=485 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.13% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EEC1 is #C9113E. Grayscale: #B1B1B1. Windows color (decimal): -13177151 or 12709430. OLE color: 12709430.
HSL color Cylindrical-coordinate representation of color #36EEC1: hue angle of 165.33º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EEC1 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 238 | 193 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.07 |
| HSL | 165.33º | 0.84% | 0.57% | - |
| HSV(B) | 165.33º | 0.77% | 0.93% | - |
| XYZ | 41.72 | 65.78 | 60.95 | - |
| YUV | 177.85 | 136.54 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 193 | 0.77 | 0 | 0.19 | 0.07 | 165.33 | 0.84 | 0.57 |
| Hex | 36 | EE | C1 | 4D | 0 | 13 | 7 | A5 | 54 | 39 |
| Octal | 66 | 356 | 301 | 115 | 0 | 23 | 7 | 245 | 124 | 71 |
| Binary | 110110 | 11101110 | 11000001 | 1001101 | 0 | 10011 | 111 | 10100101 | 1010100 | 111001 |
Color Harmonies of #36EEC1
Complementary color
Monochromatic Colors of #36EEC1
Black with #36EEC1
Text Example
Text Example
White with #36EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EEC1; }
p { color: rgb(54,238,193); }
H1.HeaderClassName
{
color: #36EEC1;
}
.AnyTagClassName
{
color: #36EEC1;
}
</style>
background-color css
<style>
a { background-color: #36EEC1; }
a { background-color: rgb(54,238,193); }
div.DivClassName
{
background-color: #36EEC1;
}
.BgClassName
{
background-color: #36EEC1;
}
</style>
border-color css
<style>
span { border-color: #36EEC1; }
span { border-color: rgb(54,238,193); }
td.TdClassName
{
border-color: #36EEC1;
}
.TagClassName
{
border-color: #36EEC1;
}
</style>