Shades of Turquoise #36FCE1
Tints of Turquoise #36FCE1
RGB
CMYK
RGB Variations
Color information
#36FCE1 (or 0x36FCE1) is known color: Turquoise. HEX triplet: 36, FC and E1. RGB value is (54,252,225). Sum of RGB (Red+Green+Blue) = 54+252+225=531 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.17% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #36FCE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FCE1 is #C9031E. Grayscale: #BDBDBD. Windows color (decimal): -13173535 or 14810166. OLE color: 14810166.
HSL color Cylindrical-coordinate representation of color #36FCE1: hue angle of 171.82º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FCE1 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 252 | 225 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.01 |
| HSL | 171.82º | 0.97% | 0.6% | - |
| HSV(B) | 171.82º | 0.79% | 0.99% | - |
| XYZ | 49.92 | 75.84 | 83.24 | - |
| YUV | 189.72 | 147.9 | 31.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 252 | 225 | 0.79 | 0 | 0.11 | 0.01 | 171.82 | 0.97 | 0.6 |
| Hex | 36 | FC | E1 | 4F | 0 | B | 1 | AC | 61 | 3C |
| Octal | 66 | 374 | 341 | 117 | 0 | 13 | 1 | 254 | 141 | 74 |
| Binary | 110110 | 11111100 | 11100001 | 1001111 | 0 | 1011 | 1 | 10101100 | 1100001 | 111100 |
Color Harmonies of #36FCE1
Complementary color
Monochromatic Colors of #36FCE1
Black with #36FCE1
Text Example
Text Example
White with #36FCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FCE1; }
p { color: rgb(54,252,225); }
H1.HeaderClassName
{
color: #36FCE1;
}
.AnyTagClassName
{
color: #36FCE1;
}
</style>
background-color css
<style>
a { background-color: #36FCE1; }
a { background-color: rgb(54,252,225); }
div.DivClassName
{
background-color: #36FCE1;
}
.BgClassName
{
background-color: #36FCE1;
}
</style>
border-color css
<style>
span { border-color: #36FCE1; }
span { border-color: rgb(54,252,225); }
td.TdClassName
{
border-color: #36FCE1;
}
.TagClassName
{
border-color: #36FCE1;
}
</style>