Shades of Turquoise #36EACB
Tints of Turquoise #36EACB
RGB
CMYK
RGB Variations
Color information
#36EACB (or 0x36EACB) is known color: Turquoise. HEX triplet: 36, EA and CB. RGB value is (54,234,203). Sum of RGB (Red+Green+Blue) = 54+234+203=491 (65% of max value = 765). Red value is 54 (21.48% from 255 or 11.00% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #36EACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EACB is #C91534. Grayscale: #B0B0B0. Windows color (decimal): -13178165 or 13363766. OLE color: 13363766.
HSL color Cylindrical-coordinate representation of color #36EACB: hue angle of 169.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EACB is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 234 | 203 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.08 |
| HSL | 169.67º | 0.81% | 0.56% | - |
| HSV(B) | 169.67º | 0.77% | 0.92% | - |
| XYZ | 41.72 | 63.94 | 66.64 | - |
| YUV | 176.65 | 142.87 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 234 | 203 | 0.77 | 0 | 0.13 | 0.08 | 169.67 | 0.81 | 0.56 |
| Hex | 36 | EA | CB | 4D | 0 | D | 8 | AA | 51 | 38 |
| Octal | 66 | 352 | 313 | 115 | 0 | 15 | 10 | 252 | 121 | 70 |
| Binary | 110110 | 11101010 | 11001011 | 1001101 | 0 | 1101 | 1000 | 10101010 | 1010001 | 111000 |
Color Harmonies of #36EACB
Complementary color
Monochromatic Colors of #36EACB
Black with #36EACB
Text Example
Text Example
White with #36EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EACB; }
p { color: rgb(54,234,203); }
H1.HeaderClassName
{
color: #36EACB;
}
.AnyTagClassName
{
color: #36EACB;
}
</style>
background-color css
<style>
a { background-color: #36EACB; }
a { background-color: rgb(54,234,203); }
div.DivClassName
{
background-color: #36EACB;
}
.BgClassName
{
background-color: #36EACB;
}
</style>
border-color css
<style>
span { border-color: #36EACB; }
span { border-color: rgb(54,234,203); }
td.TdClassName
{
border-color: #36EACB;
}
.TagClassName
{
border-color: #36EACB;
}
</style>