Shades of Turquoise #36FED9
Tints of Turquoise #36FED9
RGB
CMYK
RGB Variations
Color information
#36FED9 (or 0x36FED9) is known color: Turquoise. HEX triplet: 36, FE and D9. RGB value is (54,254,217). Sum of RGB (Red+Green+Blue) = 54+254+217=525 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.29% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #36FED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FED9 is #C90126. Grayscale: #BDBDBD. Windows color (decimal): -13173031 or 14286390. OLE color: 14286390.
HSL color Cylindrical-coordinate representation of color #36FED9: hue angle of 168.9º 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 #36FED9 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 217 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.00 |
| HSL | 168.9º | 0.99% | 0.6% | - |
| HSV(B) | 168.9º | 0.79% | 1% | - |
| XYZ | 49.49 | 76.68 | 77.84 | - |
| YUV | 189.98 | 143.24 | 31.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 217 | 0.79 | 0 | 0.15 | 0.00 | 168.9 | 0.99 | 0.6 |
| Hex | 36 | FE | D9 | 4F | 0 | F | 0 | A9 | 63 | 3C |
| Octal | 66 | 376 | 331 | 117 | 0 | 17 | 0 | 251 | 143 | 74 |
| Binary | 110110 | 11111110 | 11011001 | 1001111 | 0 | 1111 | 0 | 10101001 | 1100011 | 111100 |
Color Harmonies of #36FED9
Complementary color
Monochromatic Colors of #36FED9
Black with #36FED9
Text Example
Text Example
White with #36FED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FED9; }
p { color: rgb(54,254,217); }
H1.HeaderClassName
{
color: #36FED9;
}
.AnyTagClassName
{
color: #36FED9;
}
</style>
background-color css
<style>
a { background-color: #36FED9; }
a { background-color: rgb(54,254,217); }
div.DivClassName
{
background-color: #36FED9;
}
.BgClassName
{
background-color: #36FED9;
}
</style>
border-color css
<style>
span { border-color: #36FED9; }
span { border-color: rgb(54,254,217); }
td.TdClassName
{
border-color: #36FED9;
}
.TagClassName
{
border-color: #36FED9;
}
</style>