Shades of Turquoise #36ECE2
Tints of Turquoise #36ECE2
RGB
CMYK
RGB Variations
Color information
#36ECE2 (or 0x36ECE2) is known color: Turquoise. HEX triplet: 36, EC and E2. RGB value is (54,236,226). Sum of RGB (Red+Green+Blue) = 54+236+226=516 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.47% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36ECE2 is #C9131D. Grayscale: #B4B4B4. Windows color (decimal): -13177630 or 14871606. OLE color: 14871606.
HSL color Cylindrical-coordinate representation of color #36ECE2: hue angle of 176.7º degrees, saturation: 0.83, 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 #36ECE2 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 226 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.07 |
| HSL | 176.7º | 0.83% | 0.57% | - |
| HSV(B) | 176.7º | 0.77% | 0.93% | - |
| XYZ | 45.24 | 66.27 | 82.36 | - |
| YUV | 180.44 | 153.7 | 37.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 226 | 0.77 | 0 | 0.04 | 0.07 | 176.7 | 0.83 | 0.57 |
| Hex | 36 | EC | E2 | 4D | 0 | 4 | 7 | B1 | 53 | 39 |
| Octal | 66 | 354 | 342 | 115 | 0 | 4 | 7 | 261 | 123 | 71 |
| Binary | 110110 | 11101100 | 11100010 | 1001101 | 0 | 100 | 111 | 10110001 | 1010011 | 111001 |
Color Harmonies of #36ECE2
Complementary color
Monochromatic Colors of #36ECE2
Black with #36ECE2
Text Example
Text Example
White with #36ECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ECE2; }
p { color: rgb(54,236,226); }
H1.HeaderClassName
{
color: #36ECE2;
}
.AnyTagClassName
{
color: #36ECE2;
}
</style>
background-color css
<style>
a { background-color: #36ECE2; }
a { background-color: rgb(54,236,226); }
div.DivClassName
{
background-color: #36ECE2;
}
.BgClassName
{
background-color: #36ECE2;
}
</style>
border-color css
<style>
span { border-color: #36ECE2; }
span { border-color: rgb(54,236,226); }
td.TdClassName
{
border-color: #36ECE2;
}
.TagClassName
{
border-color: #36ECE2;
}
</style>