Shades of Turquoise #36FFB3
Tints of Turquoise #36FFB3
RGB
CMYK
RGB Variations
Color information
#36FFB3 (or 0x36FFB3) is known color: Turquoise. HEX triplet: 36, FF and B3. RGB value is (54,255,179). Sum of RGB (Red+Green+Blue) = 54+255+179=488 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.07% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFB3 is #C9004C. Grayscale: #BABABA. Windows color (decimal): -13172813 or 11796278. OLE color: 11796278.
HSL color Cylindrical-coordinate representation of color #36FFB3: hue angle of 157.31º 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 #36FFB3 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 179 | - |
| CMYK | 0.79 | 0 | 0.30 | 0 |
| HSL | 157.31º | 1% | 0.61% | - |
| HSV(B) | 157.31º | 0.79% | 1% | - |
| XYZ | 45.42 | 75.56 | 54.84 | - |
| YUV | 186.24 | 123.91 | 33.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 179 | 0.79 | 0 | 0.30 | 0 | 157.31 | 1 | 0.61 |
| Hex | 36 | FF | B3 | 4F | 0 | 1E | 0 | 9D | 64 | 3D |
| Octal | 66 | 377 | 263 | 117 | 0 | 36 | 0 | 235 | 144 | 75 |
| Binary | 110110 | 11111111 | 10110011 | 1001111 | 0 | 11110 | 0 | 10011101 | 1100100 | 111101 |
Color Harmonies of #36FFB3
Complementary color
Monochromatic Colors of #36FFB3
Black with #36FFB3
Text Example
Text Example
White with #36FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFB3; }
p { color: rgb(54,255,179); }
H1.HeaderClassName
{
color: #36FFB3;
}
.AnyTagClassName
{
color: #36FFB3;
}
</style>
background-color css
<style>
a { background-color: #36FFB3; }
a { background-color: rgb(54,255,179); }
div.DivClassName
{
background-color: #36FFB3;
}
.BgClassName
{
background-color: #36FFB3;
}
</style>
border-color css
<style>
span { border-color: #36FFB3; }
span { border-color: rgb(54,255,179); }
td.TdClassName
{
border-color: #36FFB3;
}
.TagClassName
{
border-color: #36FFB3;
}
</style>