Shades of Turquoise #36E3FA
Tints of Turquoise #36E3FA
RGB
CMYK
RGB Variations
Color information
#36E3FA (or 0x36E3FA) is known color: Turquoise. HEX triplet: 36, E3 and FA. RGB value is (54,227,250). Sum of RGB (Red+Green+Blue) = 54+227+250=531 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.17% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #36E3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36E3FA is #C91C05. Grayscale: #B1B1B1. Windows color (decimal): -13179910 or 16442166. OLE color: 16442166.
HSL color Cylindrical-coordinate representation of color #36E3FA: hue angle of 187.04º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36E3FA is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 227 | 250 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.02 |
| HSL | 187.04º | 0.95% | 0.6% | - |
| HSV(B) | 187.04º | 0.78% | 0.98% | - |
| XYZ | 46.25 | 62.62 | 100.09 | - |
| YUV | 177.9 | 168.69 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 227 | 250 | 0.78 | 0.09 | 0 | 0.02 | 187.04 | 0.95 | 0.6 |
| Hex | 36 | E3 | FA | 4E | 9 | 0 | 2 | BB | 5F | 3C |
| Octal | 66 | 343 | 372 | 116 | 11 | 0 | 2 | 273 | 137 | 74 |
| Binary | 110110 | 11100011 | 11111010 | 1001110 | 1001 | 0 | 10 | 10111011 | 1011111 | 111100 |
Color Harmonies of #36E3FA
Complementary color
Monochromatic Colors of #36E3FA
Black with #36E3FA
Text Example
Text Example
White with #36E3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E3FA; }
p { color: rgb(54,227,250); }
H1.HeaderClassName
{
color: #36E3FA;
}
.AnyTagClassName
{
color: #36E3FA;
}
</style>
background-color css
<style>
a { background-color: #36E3FA; }
a { background-color: rgb(54,227,250); }
div.DivClassName
{
background-color: #36E3FA;
}
.BgClassName
{
background-color: #36E3FA;
}
</style>
border-color css
<style>
span { border-color: #36E3FA; }
span { border-color: rgb(54,227,250); }
td.TdClassName
{
border-color: #36E3FA;
}
.TagClassName
{
border-color: #36E3FA;
}
</style>