Shades of Turquoise #36ECE7
Tints of Turquoise #36ECE7
RGB
CMYK
RGB Variations
Color information
#36ECE7 (or 0x36ECE7) is known color: Turquoise. HEX triplet: 36, EC and E7. RGB value is (54,236,231). Sum of RGB (Red+Green+Blue) = 54+236+231=521 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.36% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36ECE7 is #C91318. Grayscale: #B4B4B4. Windows color (decimal): -13177625 or 15199286. OLE color: 15199286.
HSL color Cylindrical-coordinate representation of color #36ECE7: hue angle of 178.35º 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 #36ECE7 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 231 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.07 |
| HSL | 178.35º | 0.83% | 0.57% | - |
| HSV(B) | 178.35º | 0.77% | 0.93% | - |
| XYZ | 45.94 | 66.54 | 86.02 | - |
| YUV | 181.01 | 156.2 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 231 | 0.77 | 0 | 0.02 | 0.07 | 178.35 | 0.83 | 0.57 |
| Hex | 36 | EC | E7 | 4D | 0 | 2 | 7 | B2 | 53 | 39 |
| Octal | 66 | 354 | 347 | 115 | 0 | 2 | 7 | 262 | 123 | 71 |
| Binary | 110110 | 11101100 | 11100111 | 1001101 | 0 | 10 | 111 | 10110010 | 1010011 | 111001 |
Color Harmonies of #36ECE7
Complementary color
Monochromatic Colors of #36ECE7
Black with #36ECE7
Text Example
Text Example
White with #36ECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ECE7; }
p { color: rgb(54,236,231); }
H1.HeaderClassName
{
color: #36ECE7;
}
.AnyTagClassName
{
color: #36ECE7;
}
</style>
background-color css
<style>
a { background-color: #36ECE7; }
a { background-color: rgb(54,236,231); }
div.DivClassName
{
background-color: #36ECE7;
}
.BgClassName
{
background-color: #36ECE7;
}
</style>
border-color css
<style>
span { border-color: #36ECE7; }
span { border-color: rgb(54,236,231); }
td.TdClassName
{
border-color: #36ECE7;
}
.TagClassName
{
border-color: #36ECE7;
}
</style>