Shades of Turquoise #36FEB4
Tints of Turquoise #36FEB4
RGB
CMYK
RGB Variations
Color information
#36FEB4 (or 0x36FEB4) is known color: Turquoise. HEX triplet: 36, FE and B4. RGB value is (54,254,180). Sum of RGB (Red+Green+Blue) = 54+254+180=488 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.07% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #36FEB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FEB4 is #C9014B. Grayscale: #B9B9B9. Windows color (decimal): -13173068 or 11861558. OLE color: 11861558.
HSL color Cylindrical-coordinate representation of color #36FEB4: hue angle of 157.8º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FEB4 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 180 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.00 |
| HSL | 157.8º | 0.99% | 0.6% | - |
| HSV(B) | 157.8º | 0.79% | 1% | - |
| XYZ | 45.2 | 74.96 | 55.27 | - |
| YUV | 185.76 | 124.74 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 180 | 0.79 | 0 | 0.29 | 0.00 | 157.8 | 0.99 | 0.6 |
| Hex | 36 | FE | B4 | 4F | 0 | 1D | 0 | 9E | 63 | 3C |
| Octal | 66 | 376 | 264 | 117 | 0 | 35 | 0 | 236 | 143 | 74 |
| Binary | 110110 | 11111110 | 10110100 | 1001111 | 0 | 11101 | 0 | 10011110 | 1100011 | 111100 |
Color Harmonies of #36FEB4
Complementary color
Monochromatic Colors of #36FEB4
Black with #36FEB4
Text Example
Text Example
White with #36FEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FEB4; }
p { color: rgb(54,254,180); }
H1.HeaderClassName
{
color: #36FEB4;
}
.AnyTagClassName
{
color: #36FEB4;
}
</style>
background-color css
<style>
a { background-color: #36FEB4; }
a { background-color: rgb(54,254,180); }
div.DivClassName
{
background-color: #36FEB4;
}
.BgClassName
{
background-color: #36FEB4;
}
</style>
border-color css
<style>
span { border-color: #36FEB4; }
span { border-color: rgb(54,254,180); }
td.TdClassName
{
border-color: #36FEB4;
}
.TagClassName
{
border-color: #36FEB4;
}
</style>