Shades of Turquoise #36FED6
Tints of Turquoise #36FED6
RGB
CMYK
RGB Variations
Color information
#36FED6 (or 0x36FED6) is known color: Turquoise. HEX triplet: 36, FE and D6. RGB value is (54,254,214). Sum of RGB (Red+Green+Blue) = 54+254+214=522 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.34% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #36FED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FED6 is #C90129. Grayscale: #BDBDBD. Windows color (decimal): -13173034 or 14089782. OLE color: 14089782.
HSL color Cylindrical-coordinate representation of color #36FED6: hue angle of 168º 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 #36FED6 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 214 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.00 |
| HSL | 168º | 0.99% | 0.6% | - |
| HSV(B) | 168º | 0.79% | 1% | - |
| XYZ | 49.1 | 76.52 | 75.8 | - |
| YUV | 189.64 | 141.74 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 214 | 0.79 | 0 | 0.16 | 0.00 | 168 | 0.99 | 0.6 |
| Hex | 36 | FE | D6 | 4F | 0 | 10 | 0 | A8 | 63 | 3C |
| Octal | 66 | 376 | 326 | 117 | 0 | 20 | 0 | 250 | 143 | 74 |
| Binary | 110110 | 11111110 | 11010110 | 1001111 | 0 | 10000 | 0 | 10101000 | 1100011 | 111100 |
Color Harmonies of #36FED6
Complementary color
Monochromatic Colors of #36FED6
Black with #36FED6
Text Example
Text Example
White with #36FED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FED6; }
p { color: rgb(54,254,214); }
H1.HeaderClassName
{
color: #36FED6;
}
.AnyTagClassName
{
color: #36FED6;
}
</style>
background-color css
<style>
a { background-color: #36FED6; }
a { background-color: rgb(54,254,214); }
div.DivClassName
{
background-color: #36FED6;
}
.BgClassName
{
background-color: #36FED6;
}
</style>
border-color css
<style>
span { border-color: #36FED6; }
span { border-color: rgb(54,254,214); }
td.TdClassName
{
border-color: #36FED6;
}
.TagClassName
{
border-color: #36FED6;
}
</style>