Shades of Turquoise #36EAB4
Tints of Turquoise #36EAB4
RGB
CMYK
RGB Variations
Color information
#36EAB4 (or 0x36EAB4) is known color: Turquoise. HEX triplet: 36, EA and B4. RGB value is (54,234,180). Sum of RGB (Red+Green+Blue) = 54+234+180=468 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.54% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #36EAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EAB4 is #C9154B. Grayscale: #AEAEAE. Windows color (decimal): -13178188 or 11856438. OLE color: 11856438.
HSL color Cylindrical-coordinate representation of color #36EAB4: hue angle of 162º 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 #36EAB4 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 234 | 180 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.08 |
| HSL | 162º | 0.81% | 0.56% | - |
| HSV(B) | 162º | 0.77% | 0.92% | - |
| XYZ | 39.18 | 62.93 | 53.26 | - |
| YUV | 174.02 | 131.37 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 234 | 180 | 0.77 | 0 | 0.23 | 0.08 | 162 | 0.81 | 0.56 |
| Hex | 36 | EA | B4 | 4D | 0 | 17 | 8 | A2 | 51 | 38 |
| Octal | 66 | 352 | 264 | 115 | 0 | 27 | 10 | 242 | 121 | 70 |
| Binary | 110110 | 11101010 | 10110100 | 1001101 | 0 | 10111 | 1000 | 10100010 | 1010001 | 111000 |
Color Harmonies of #36EAB4
Complementary color
Monochromatic Colors of #36EAB4
Black with #36EAB4
Text Example
Text Example
White with #36EAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EAB4; }
p { color: rgb(54,234,180); }
H1.HeaderClassName
{
color: #36EAB4;
}
.AnyTagClassName
{
color: #36EAB4;
}
</style>
background-color css
<style>
a { background-color: #36EAB4; }
a { background-color: rgb(54,234,180); }
div.DivClassName
{
background-color: #36EAB4;
}
.BgClassName
{
background-color: #36EAB4;
}
</style>
border-color css
<style>
span { border-color: #36EAB4; }
span { border-color: rgb(54,234,180); }
td.TdClassName
{
border-color: #36EAB4;
}
.TagClassName
{
border-color: #36EAB4;
}
</style>