Shades of Turquoise #36F3EC
Tints of Turquoise #36F3EC
RGB
CMYK
RGB Variations
Color information
#36F3EC (or 0x36F3EC) is known color: Turquoise. HEX triplet: 36, F3 and EC. RGB value is (54,243,236). Sum of RGB (Red+Green+Blue) = 54+243+236=533 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.13% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #36F3EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36F3EC is #C90C13. Grayscale: #B9B9B9. Windows color (decimal): -13175828 or 15528758. OLE color: 15528758.
HSL color Cylindrical-coordinate representation of color #36F3EC: hue angle of 177.78º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F3EC is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 243 | 236 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.05 |
| HSL | 177.78º | 0.89% | 0.58% | - |
| HSV(B) | 177.78º | 0.78% | 0.95% | - |
| XYZ | 48.71 | 70.94 | 90.48 | - |
| YUV | 185.69 | 156.38 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 243 | 236 | 0.78 | 0 | 0.03 | 0.05 | 177.78 | 0.89 | 0.58 |
| Hex | 36 | F3 | EC | 4E | 0 | 3 | 5 | B2 | 59 | 3A |
| Octal | 66 | 363 | 354 | 116 | 0 | 3 | 5 | 262 | 131 | 72 |
| Binary | 110110 | 11110011 | 11101100 | 1001110 | 0 | 11 | 101 | 10110010 | 1011001 | 111010 |
Color Harmonies of #36F3EC
Complementary color
Monochromatic Colors of #36F3EC
Black with #36F3EC
Text Example
Text Example
White with #36F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F3EC; }
p { color: rgb(54,243,236); }
H1.HeaderClassName
{
color: #36F3EC;
}
.AnyTagClassName
{
color: #36F3EC;
}
</style>
background-color css
<style>
a { background-color: #36F3EC; }
a { background-color: rgb(54,243,236); }
div.DivClassName
{
background-color: #36F3EC;
}
.BgClassName
{
background-color: #36F3EC;
}
</style>
border-color css
<style>
span { border-color: #36F3EC; }
span { border-color: rgb(54,243,236); }
td.TdClassName
{
border-color: #36F3EC;
}
.TagClassName
{
border-color: #36F3EC;
}
</style>