Shades of Turquoise #36FECE
Tints of Turquoise #36FECE
RGB
CMYK
RGB Variations
Color information
#36FECE (or 0x36FECE) is known color: Turquoise. HEX triplet: 36, FE and CE. RGB value is (54,254,206). Sum of RGB (Red+Green+Blue) = 54+254+206=514 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.51% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #36FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FECE is #C90131. Grayscale: #BCBCBC. Windows color (decimal): -13173042 or 13565494. OLE color: 13565494.
HSL color Cylindrical-coordinate representation of color #36FECE: hue angle of 165.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FECE is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 206 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.00 |
| HSL | 165.6º | 0.99% | 0.6% | - |
| HSV(B) | 165.6º | 0.79% | 1% | - |
| XYZ | 48.1 | 76.12 | 70.55 | - |
| YUV | 188.73 | 137.74 | 31.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 206 | 0.79 | 0 | 0.19 | 0.00 | 165.6 | 0.99 | 0.6 |
| Hex | 36 | FE | CE | 4F | 0 | 13 | 0 | A6 | 63 | 3C |
| Octal | 66 | 376 | 316 | 117 | 0 | 23 | 0 | 246 | 143 | 74 |
| Binary | 110110 | 11111110 | 11001110 | 1001111 | 0 | 10011 | 0 | 10100110 | 1100011 | 111100 |
Color Harmonies of #36FECE
Complementary color
Monochromatic Colors of #36FECE
Black with #36FECE
Text Example
Text Example
White with #36FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FECE; }
p { color: rgb(54,254,206); }
H1.HeaderClassName
{
color: #36FECE;
}
.AnyTagClassName
{
color: #36FECE;
}
</style>
background-color css
<style>
a { background-color: #36FECE; }
a { background-color: rgb(54,254,206); }
div.DivClassName
{
background-color: #36FECE;
}
.BgClassName
{
background-color: #36FECE;
}
</style>
border-color css
<style>
span { border-color: #36FECE; }
span { border-color: rgb(54,254,206); }
td.TdClassName
{
border-color: #36FECE;
}
.TagClassName
{
border-color: #36FECE;
}
</style>