Shades of Turquoise #36FFBE
Tints of Turquoise #36FFBE
RGB
CMYK
RGB Variations
Color information
#36FFBE (or 0x36FFBE) is known color: Turquoise. HEX triplet: 36, FF and BE. RGB value is (54,255,190). Sum of RGB (Red+Green+Blue) = 54+255+190=499 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.82% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFBE is #C90041. Grayscale: #BBBBBB. Windows color (decimal): -13172802 or 12517174. OLE color: 12517174.
HSL color Cylindrical-coordinate representation of color #36FFBE: hue angle of 160.6º 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 #36FFBE is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 190 | - |
| CMYK | 0.79 | 0 | 0.25 | 0 |
| HSL | 160.6º | 1% | 0.61% | - |
| HSV(B) | 160.6º | 0.79% | 1% | - |
| XYZ | 46.58 | 76.02 | 60.93 | - |
| YUV | 187.49 | 129.41 | 32.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 190 | 0.79 | 0 | 0.25 | 0 | 160.6 | 1 | 0.61 |
| Hex | 36 | FF | BE | 4F | 0 | 19 | 0 | A1 | 64 | 3D |
| Octal | 66 | 377 | 276 | 117 | 0 | 31 | 0 | 241 | 144 | 75 |
| Binary | 110110 | 11111111 | 10111110 | 1001111 | 0 | 11001 | 0 | 10100001 | 1100100 | 111101 |
Color Harmonies of #36FFBE
Complementary color
Monochromatic Colors of #36FFBE
Black with #36FFBE
Text Example
Text Example
White with #36FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFBE; }
p { color: rgb(54,255,190); }
H1.HeaderClassName
{
color: #36FFBE;
}
.AnyTagClassName
{
color: #36FFBE;
}
</style>
background-color css
<style>
a { background-color: #36FFBE; }
a { background-color: rgb(54,255,190); }
div.DivClassName
{
background-color: #36FFBE;
}
.BgClassName
{
background-color: #36FFBE;
}
</style>
border-color css
<style>
span { border-color: #36FFBE; }
span { border-color: rgb(54,255,190); }
td.TdClassName
{
border-color: #36FFBE;
}
.TagClassName
{
border-color: #36FFBE;
}
</style>