Shades of Turquoise #36F2B5
Tints of Turquoise #36F2B5
RGB
CMYK
RGB Variations
Color information
#36F2B5 (or 0x36F2B5) is known color: Turquoise. HEX triplet: 36, F2 and B5. RGB value is (54,242,181). Sum of RGB (Red+Green+Blue) = 54+242+181=477 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.32% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #36F2B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F2B5 is #C90D4A. Grayscale: #B2B2B2. Windows color (decimal): -13176139 or 11924022. OLE color: 11924022.
HSL color Cylindrical-coordinate representation of color #36F2B5: hue angle of 160.53º 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 #36F2B5 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 181 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.05 |
| HSL | 160.53º | 0.88% | 0.58% | - |
| HSV(B) | 160.53º | 0.78% | 0.95% | - |
| XYZ | 41.61 | 67.62 | 54.58 | - |
| YUV | 178.83 | 129.22 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 181 | 0.78 | 0 | 0.25 | 0.05 | 160.53 | 0.88 | 0.58 |
| Hex | 36 | F2 | B5 | 4E | 0 | 19 | 5 | A1 | 58 | 3A |
| Octal | 66 | 362 | 265 | 116 | 0 | 31 | 5 | 241 | 130 | 72 |
| Binary | 110110 | 11110010 | 10110101 | 1001110 | 0 | 11001 | 101 | 10100001 | 1011000 | 111010 |
Color Harmonies of #36F2B5
Complementary color
Monochromatic Colors of #36F2B5
Black with #36F2B5
Text Example
Text Example
White with #36F2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F2B5; }
p { color: rgb(54,242,181); }
H1.HeaderClassName
{
color: #36F2B5;
}
.AnyTagClassName
{
color: #36F2B5;
}
</style>
background-color css
<style>
a { background-color: #36F2B5; }
a { background-color: rgb(54,242,181); }
div.DivClassName
{
background-color: #36F2B5;
}
.BgClassName
{
background-color: #36F2B5;
}
</style>
border-color css
<style>
span { border-color: #36F2B5; }
span { border-color: rgb(54,242,181); }
td.TdClassName
{
border-color: #36F2B5;
}
.TagClassName
{
border-color: #36F2B5;
}
</style>