Shades of Turquoise #36FFB5
Tints of Turquoise #36FFB5
RGB
CMYK
RGB Variations
Color information
#36FFB5 (or 0x36FFB5) is known color: Turquoise. HEX triplet: 36, FF and B5. RGB value is (54,255,181). Sum of RGB (Red+Green+Blue) = 54+255+181=490 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.02% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFB5 is #C9004A. Grayscale: #BABABA. Windows color (decimal): -13172811 or 11927350. OLE color: 11927350.
HSL color Cylindrical-coordinate representation of color #36FFB5: hue angle of 157.91º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FFB5 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 181 | - |
| CMYK | 0.79 | 0 | 0.29 | 0 |
| HSL | 157.91º | 1% | 0.61% | - |
| HSV(B) | 157.91º | 0.79% | 1% | - |
| XYZ | 45.62 | 75.64 | 55.91 | - |
| YUV | 186.47 | 124.91 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 181 | 0.79 | 0 | 0.29 | 0 | 157.91 | 1 | 0.61 |
| Hex | 36 | FF | B5 | 4F | 0 | 1D | 0 | 9E | 64 | 3D |
| Octal | 66 | 377 | 265 | 117 | 0 | 35 | 0 | 236 | 144 | 75 |
| Binary | 110110 | 11111111 | 10110101 | 1001111 | 0 | 11101 | 0 | 10011110 | 1100100 | 111101 |
Color Harmonies of #36FFB5
Complementary color
Monochromatic Colors of #36FFB5
Black with #36FFB5
Text Example
Text Example
White with #36FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFB5; }
p { color: rgb(54,255,181); }
H1.HeaderClassName
{
color: #36FFB5;
}
.AnyTagClassName
{
color: #36FFB5;
}
</style>
background-color css
<style>
a { background-color: #36FFB5; }
a { background-color: rgb(54,255,181); }
div.DivClassName
{
background-color: #36FFB5;
}
.BgClassName
{
background-color: #36FFB5;
}
</style>
border-color css
<style>
span { border-color: #36FFB5; }
span { border-color: rgb(54,255,181); }
td.TdClassName
{
border-color: #36FFB5;
}
.TagClassName
{
border-color: #36FFB5;
}
</style>