Shades of Turquoise #36F2BB
Tints of Turquoise #36F2BB
RGB
CMYK
RGB Variations
Color information
#36F2BB (or 0x36F2BB) is known color: Turquoise. HEX triplet: 36, F2 and BB. RGB value is (54,242,187). Sum of RGB (Red+Green+Blue) = 54+242+187=483 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.18% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #36F2BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F2BB is #C90D44. Grayscale: #B3B3B3. Windows color (decimal): -13176133 or 12317238. OLE color: 12317238.
HSL color Cylindrical-coordinate representation of color #36F2BB: hue angle of 162.45º 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 #36F2BB is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 187 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.05 |
| HSL | 162.45º | 0.88% | 0.58% | - |
| HSV(B) | 162.45º | 0.78% | 0.95% | - |
| XYZ | 42.24 | 67.88 | 57.89 | - |
| YUV | 179.52 | 132.22 | 38.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 187 | 0.78 | 0 | 0.23 | 0.05 | 162.45 | 0.88 | 0.58 |
| Hex | 36 | F2 | BB | 4E | 0 | 17 | 5 | A2 | 58 | 3A |
| Octal | 66 | 362 | 273 | 116 | 0 | 27 | 5 | 242 | 130 | 72 |
| Binary | 110110 | 11110010 | 10111011 | 1001110 | 0 | 10111 | 101 | 10100010 | 1011000 | 111010 |
Color Harmonies of #36F2BB
Complementary color
Monochromatic Colors of #36F2BB
Black with #36F2BB
Text Example
Text Example
White with #36F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F2BB; }
p { color: rgb(54,242,187); }
H1.HeaderClassName
{
color: #36F2BB;
}
.AnyTagClassName
{
color: #36F2BB;
}
</style>
background-color css
<style>
a { background-color: #36F2BB; }
a { background-color: rgb(54,242,187); }
div.DivClassName
{
background-color: #36F2BB;
}
.BgClassName
{
background-color: #36F2BB;
}
</style>
border-color css
<style>
span { border-color: #36F2BB; }
span { border-color: rgb(54,242,187); }
td.TdClassName
{
border-color: #36F2BB;
}
.TagClassName
{
border-color: #36F2BB;
}
</style>