Shades of Turquoise #36E3FB
Tints of Turquoise #36E3FB
RGB
CMYK
RGB Variations
Color information
#36E3FB (or 0x36E3FB) is known color: Turquoise. HEX triplet: 36, E3 and FB. RGB value is (54,227,251). Sum of RGB (Red+Green+Blue) = 54+227+251=532 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.15% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #36E3FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36E3FB is #C91C04. Grayscale: #B1B1B1. Windows color (decimal): -13179909 or 16507702. OLE color: 16507702.
HSL color Cylindrical-coordinate representation of color #36E3FB: hue angle of 187.31º degrees, saturation: 0.96, 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 #36E3FB is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 227 | 251 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.02 |
| HSL | 187.31º | 0.96% | 0.6% | - |
| HSV(B) | 187.31º | 0.78% | 0.98% | - |
| XYZ | 46.4 | 62.69 | 100.92 | - |
| YUV | 178.01 | 169.19 | 39.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 227 | 251 | 0.78 | 0.10 | 0 | 0.02 | 187.31 | 0.96 | 0.6 |
| Hex | 36 | E3 | FB | 4E | A | 0 | 2 | BB | 60 | 3C |
| Octal | 66 | 343 | 373 | 116 | 12 | 0 | 2 | 273 | 140 | 74 |
| Binary | 110110 | 11100011 | 11111011 | 1001110 | 1010 | 0 | 10 | 10111011 | 1100000 | 111100 |
Color Harmonies of #36E3FB
Complementary color
Monochromatic Colors of #36E3FB
Black with #36E3FB
Text Example
Text Example
White with #36E3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E3FB; }
p { color: rgb(54,227,251); }
H1.HeaderClassName
{
color: #36E3FB;
}
.AnyTagClassName
{
color: #36E3FB;
}
</style>
background-color css
<style>
a { background-color: #36E3FB; }
a { background-color: rgb(54,227,251); }
div.DivClassName
{
background-color: #36E3FB;
}
.BgClassName
{
background-color: #36E3FB;
}
</style>
border-color css
<style>
span { border-color: #36E3FB; }
span { border-color: rgb(54,227,251); }
td.TdClassName
{
border-color: #36E3FB;
}
.TagClassName
{
border-color: #36E3FB;
}
</style>