Shades of Turquoise #36F8BA
Tints of Turquoise #36F8BA
RGB
CMYK
RGB Variations
Color information
#36F8BA (or 0x36F8BA) is known color: Turquoise. HEX triplet: 36, F8 and BA. RGB value is (54,248,186). Sum of RGB (Red+Green+Blue) = 54+248+186=488 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.07% from 488); Green value is 248 (97.27% from 255 or 50.82% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 248 - color contains mainly: green. Hex color #36F8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F8BA is #C90745. Grayscale: #B6B6B6. Windows color (decimal): -13174598 or 12253238. OLE color: 12253238.
HSL color Cylindrical-coordinate representation of color #36F8BA: hue angle of 160.82º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F8BA is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 248 | 186 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.03 |
| HSL | 160.82º | 0.93% | 0.59% | - |
| HSV(B) | 160.82º | 0.78% | 0.97% | - |
| XYZ | 43.95 | 71.46 | 57.93 | - |
| YUV | 182.93 | 129.73 | 36.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 248 | 186 | 0.78 | 0 | 0.25 | 0.03 | 160.82 | 0.93 | 0.59 |
| Hex | 36 | F8 | BA | 4E | 0 | 19 | 3 | A1 | 5D | 3B |
| Octal | 66 | 370 | 272 | 116 | 0 | 31 | 3 | 241 | 135 | 73 |
| Binary | 110110 | 11111000 | 10111010 | 1001110 | 0 | 11001 | 11 | 10100001 | 1011101 | 111011 |
Color Harmonies of #36F8BA
Complementary color
Monochromatic Colors of #36F8BA
Black with #36F8BA
Text Example
Text Example
White with #36F8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F8BA; }
p { color: rgb(54,248,186); }
H1.HeaderClassName
{
color: #36F8BA;
}
.AnyTagClassName
{
color: #36F8BA;
}
</style>
background-color css
<style>
a { background-color: #36F8BA; }
a { background-color: rgb(54,248,186); }
div.DivClassName
{
background-color: #36F8BA;
}
.BgClassName
{
background-color: #36F8BA;
}
</style>
border-color css
<style>
span { border-color: #36F8BA; }
span { border-color: rgb(54,248,186); }
td.TdClassName
{
border-color: #36F8BA;
}
.TagClassName
{
border-color: #36F8BA;
}
</style>