Shades of Turquoise #36FFD9
Tints of Turquoise #36FFD9
RGB
CMYK
RGB Variations
Color information
#36FFD9 (or 0x36FFD9) is known color: Turquoise. HEX triplet: 36, FF and D9. RGB value is (54,255,217). Sum of RGB (Red+Green+Blue) = 54+255+217=526 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.27% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFD9 is #C90026. Grayscale: #BEBEBE. Windows color (decimal): -13172775 or 14286646. OLE color: 14286646.
HSL color Cylindrical-coordinate representation of color #36FFD9: hue angle of 168.66º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FFD9 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 217 | - |
| CMYK | 0.79 | 0 | 0.15 | 0 |
| HSL | 168.66º | 1% | 0.61% | - |
| HSV(B) | 168.66º | 0.79% | 1% | - |
| XYZ | 49.81 | 77.31 | 77.94 | - |
| YUV | 190.57 | 142.91 | 30.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 217 | 0.79 | 0 | 0.15 | 0 | 168.66 | 1 | 0.61 |
| Hex | 36 | FF | D9 | 4F | 0 | F | 0 | A9 | 64 | 3D |
| Octal | 66 | 377 | 331 | 117 | 0 | 17 | 0 | 251 | 144 | 75 |
| Binary | 110110 | 11111111 | 11011001 | 1001111 | 0 | 1111 | 0 | 10101001 | 1100100 | 111101 |
Color Harmonies of #36FFD9
Complementary color
Monochromatic Colors of #36FFD9
Black with #36FFD9
Text Example
Text Example
White with #36FFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFD9; }
p { color: rgb(54,255,217); }
H1.HeaderClassName
{
color: #36FFD9;
}
.AnyTagClassName
{
color: #36FFD9;
}
</style>
background-color css
<style>
a { background-color: #36FFD9; }
a { background-color: rgb(54,255,217); }
div.DivClassName
{
background-color: #36FFD9;
}
.BgClassName
{
background-color: #36FFD9;
}
</style>
border-color css
<style>
span { border-color: #36FFD9; }
span { border-color: rgb(54,255,217); }
td.TdClassName
{
border-color: #36FFD9;
}
.TagClassName
{
border-color: #36FFD9;
}
</style>