Shades of Turquoise #36EDC2
Tints of Turquoise #36EDC2
RGB
CMYK
RGB Variations
Color information
#36EDC2 (or 0x36EDC2) is known color: Turquoise. HEX triplet: 36, ED and C2. RGB value is (54,237,194). Sum of RGB (Red+Green+Blue) = 54+237+194=485 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.13% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #36EDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EDC2 is #C9123D. Grayscale: #B1B1B1. Windows color (decimal): -13177406 or 12774710. OLE color: 12774710.
HSL color Cylindrical-coordinate representation of color #36EDC2: hue angle of 165.9º 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 #36EDC2 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 237 | 194 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.07 |
| HSL | 165.9º | 0.84% | 0.57% | - |
| HSV(B) | 165.9º | 0.77% | 0.93% | - |
| XYZ | 41.54 | 65.25 | 61.44 | - |
| YUV | 177.38 | 137.37 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 237 | 194 | 0.77 | 0 | 0.18 | 0.07 | 165.9 | 0.84 | 0.57 |
| Hex | 36 | ED | C2 | 4D | 0 | 12 | 7 | A6 | 54 | 39 |
| Octal | 66 | 355 | 302 | 115 | 0 | 22 | 7 | 246 | 124 | 71 |
| Binary | 110110 | 11101101 | 11000010 | 1001101 | 0 | 10010 | 111 | 10100110 | 1010100 | 111001 |
Color Harmonies of #36EDC2
Complementary color
Monochromatic Colors of #36EDC2
Black with #36EDC2
Text Example
Text Example
White with #36EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EDC2; }
p { color: rgb(54,237,194); }
H1.HeaderClassName
{
color: #36EDC2;
}
.AnyTagClassName
{
color: #36EDC2;
}
</style>
background-color css
<style>
a { background-color: #36EDC2; }
a { background-color: rgb(54,237,194); }
div.DivClassName
{
background-color: #36EDC2;
}
.BgClassName
{
background-color: #36EDC2;
}
</style>
border-color css
<style>
span { border-color: #36EDC2; }
span { border-color: rgb(54,237,194); }
td.TdClassName
{
border-color: #36EDC2;
}
.TagClassName
{
border-color: #36EDC2;
}
</style>