Shades of Turquoise #36F4BA
Tints of Turquoise #36F4BA
RGB
CMYK
RGB Variations
Color information
#36F4BA (or 0x36F4BA) is known color: Turquoise. HEX triplet: 36, F4 and BA. RGB value is (54,244,186). Sum of RGB (Red+Green+Blue) = 54+244+186=484 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.16% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #36F4BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F4BA is #C90B45. Grayscale: #B4B4B4. Windows color (decimal): -13175622 or 12252214. OLE color: 12252214.
HSL color Cylindrical-coordinate representation of color #36F4BA: hue angle of 161.68º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F4BA is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 244 | 186 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.04 |
| HSL | 161.68º | 0.9% | 0.58% | - |
| HSV(B) | 161.68º | 0.78% | 0.96% | - |
| XYZ | 42.73 | 69.03 | 57.53 | - |
| YUV | 180.58 | 131.05 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 244 | 186 | 0.78 | 0 | 0.24 | 0.04 | 161.68 | 0.9 | 0.58 |
| Hex | 36 | F4 | BA | 4E | 0 | 18 | 4 | A2 | 5A | 3A |
| Octal | 66 | 364 | 272 | 116 | 0 | 30 | 4 | 242 | 132 | 72 |
| Binary | 110110 | 11110100 | 10111010 | 1001110 | 0 | 11000 | 100 | 10100010 | 1011010 | 111010 |
Color Harmonies of #36F4BA
Complementary color
Monochromatic Colors of #36F4BA
Black with #36F4BA
Text Example
Text Example
White with #36F4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F4BA; }
p { color: rgb(54,244,186); }
H1.HeaderClassName
{
color: #36F4BA;
}
.AnyTagClassName
{
color: #36F4BA;
}
</style>
background-color css
<style>
a { background-color: #36F4BA; }
a { background-color: rgb(54,244,186); }
div.DivClassName
{
background-color: #36F4BA;
}
.BgClassName
{
background-color: #36F4BA;
}
</style>
border-color css
<style>
span { border-color: #36F4BA; }
span { border-color: rgb(54,244,186); }
td.TdClassName
{
border-color: #36F4BA;
}
.TagClassName
{
border-color: #36F4BA;
}
</style>