Shades of Turquoise #36F2BA
Tints of Turquoise #36F2BA
RGB
CMYK
RGB Variations
Color information
#36F2BA (or 0x36F2BA) is known color: Turquoise. HEX triplet: 36, F2 and BA. RGB value is (54,242,186). Sum of RGB (Red+Green+Blue) = 54+242+186=482 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.20% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #36F2BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F2BA is #C90D45. Grayscale: #B3B3B3. Windows color (decimal): -13176134 or 12251702. OLE color: 12251702.
HSL color Cylindrical-coordinate representation of color #36F2BA: hue angle of 162.13º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F2BA is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 186 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.05 |
| HSL | 162.13º | 0.88% | 0.58% | - |
| HSV(B) | 162.13º | 0.78% | 0.95% | - |
| XYZ | 42.14 | 67.83 | 57.33 | - |
| YUV | 179.4 | 131.72 | 38.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 186 | 0.78 | 0 | 0.23 | 0.05 | 162.13 | 0.88 | 0.58 |
| Hex | 36 | F2 | BA | 4E | 0 | 17 | 5 | A2 | 58 | 3A |
| Octal | 66 | 362 | 272 | 116 | 0 | 27 | 5 | 242 | 130 | 72 |
| Binary | 110110 | 11110010 | 10111010 | 1001110 | 0 | 10111 | 101 | 10100010 | 1011000 | 111010 |
Color Harmonies of #36F2BA
Complementary color
Monochromatic Colors of #36F2BA
Black with #36F2BA
Text Example
Text Example
White with #36F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F2BA; }
p { color: rgb(54,242,186); }
H1.HeaderClassName
{
color: #36F2BA;
}
.AnyTagClassName
{
color: #36F2BA;
}
</style>
background-color css
<style>
a { background-color: #36F2BA; }
a { background-color: rgb(54,242,186); }
div.DivClassName
{
background-color: #36F2BA;
}
.BgClassName
{
background-color: #36F2BA;
}
</style>
border-color css
<style>
span { border-color: #36F2BA; }
span { border-color: rgb(54,242,186); }
td.TdClassName
{
border-color: #36F2BA;
}
.TagClassName
{
border-color: #36F2BA;
}
</style>