Shades of Turquoise #36FFB6
Tints of Turquoise #36FFB6
RGB
CMYK
RGB Variations
Color information
#36FFB6 (or 0x36FFB6) is known color: Turquoise. HEX triplet: 36, FF and B6. RGB value is (54,255,182). Sum of RGB (Red+Green+Blue) = 54+255+182=491 (65% of max value = 765). Red value is 54 (21.48% from 255 or 11.00% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFB6 is #C90049. Grayscale: #BABABA. Windows color (decimal): -13172810 or 11992886. OLE color: 11992886.
HSL color Cylindrical-coordinate representation of color #36FFB6: hue angle of 158.21º 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 #36FFB6 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 182 | - |
| CMYK | 0.79 | 0 | 0.29 | 0 |
| HSL | 158.21º | 1% | 0.61% | - |
| HSV(B) | 158.21º | 0.79% | 1% | - |
| XYZ | 45.72 | 75.68 | 56.45 | - |
| YUV | 186.58 | 125.41 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 182 | 0.79 | 0 | 0.29 | 0 | 158.21 | 1 | 0.61 |
| Hex | 36 | FF | B6 | 4F | 0 | 1D | 0 | 9E | 64 | 3D |
| Octal | 66 | 377 | 266 | 117 | 0 | 35 | 0 | 236 | 144 | 75 |
| Binary | 110110 | 11111111 | 10110110 | 1001111 | 0 | 11101 | 0 | 10011110 | 1100100 | 111101 |
Color Harmonies of #36FFB6
Complementary color
Monochromatic Colors of #36FFB6
Black with #36FFB6
Text Example
Text Example
White with #36FFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFB6; }
p { color: rgb(54,255,182); }
H1.HeaderClassName
{
color: #36FFB6;
}
.AnyTagClassName
{
color: #36FFB6;
}
</style>
background-color css
<style>
a { background-color: #36FFB6; }
a { background-color: rgb(54,255,182); }
div.DivClassName
{
background-color: #36FFB6;
}
.BgClassName
{
background-color: #36FFB6;
}
</style>
border-color css
<style>
span { border-color: #36FFB6; }
span { border-color: rgb(54,255,182); }
td.TdClassName
{
border-color: #36FFB6;
}
.TagClassName
{
border-color: #36FFB6;
}
</style>