Shades of Turquoise #36FED0
Tints of Turquoise #36FED0
RGB
CMYK
RGB Variations
Color information
#36FED0 (or 0x36FED0) is known color: Turquoise. HEX triplet: 36, FE and D0. RGB value is (54,254,208). Sum of RGB (Red+Green+Blue) = 54+254+208=516 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.47% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #36FED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FED0 is #C9012F. Grayscale: #BCBCBC. Windows color (decimal): -13173040 or 13696566. OLE color: 13696566.
HSL color Cylindrical-coordinate representation of color #36FED0: hue angle of 166.2º 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 #36FED0 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 208 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.00 |
| HSL | 166.2º | 0.99% | 0.6% | - |
| HSV(B) | 166.2º | 0.79% | 1% | - |
| XYZ | 48.35 | 76.22 | 71.84 | - |
| YUV | 188.96 | 138.74 | 31.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 208 | 0.79 | 0 | 0.18 | 0.00 | 166.2 | 0.99 | 0.6 |
| Hex | 36 | FE | D0 | 4F | 0 | 12 | 0 | A6 | 63 | 3C |
| Octal | 66 | 376 | 320 | 117 | 0 | 22 | 0 | 246 | 143 | 74 |
| Binary | 110110 | 11111110 | 11010000 | 1001111 | 0 | 10010 | 0 | 10100110 | 1100011 | 111100 |
Color Harmonies of #36FED0
Complementary color
Monochromatic Colors of #36FED0
Black with #36FED0
Text Example
Text Example
White with #36FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FED0; }
p { color: rgb(54,254,208); }
H1.HeaderClassName
{
color: #36FED0;
}
.AnyTagClassName
{
color: #36FED0;
}
</style>
background-color css
<style>
a { background-color: #36FED0; }
a { background-color: rgb(54,254,208); }
div.DivClassName
{
background-color: #36FED0;
}
.BgClassName
{
background-color: #36FED0;
}
</style>
border-color css
<style>
span { border-color: #36FED0; }
span { border-color: rgb(54,254,208); }
td.TdClassName
{
border-color: #36FED0;
}
.TagClassName
{
border-color: #36FED0;
}
</style>