Shades of Turquoise #36FEDA
Tints of Turquoise #36FEDA
RGB
CMYK
RGB Variations
Color information
#36FEDA (or 0x36FEDA) is known color: Turquoise. HEX triplet: 36, FE and DA. RGB value is (54,254,218). Sum of RGB (Red+Green+Blue) = 54+254+218=526 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.27% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #36FEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FEDA is #C90125. Grayscale: #BEBEBE. Windows color (decimal): -13173030 or 14351926. OLE color: 14351926.
HSL color Cylindrical-coordinate representation of color #36FEDA: hue angle of 169.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 #36FEDA is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 218 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.00 |
| HSL | 169.2º | 0.99% | 0.6% | - |
| HSV(B) | 169.2º | 0.79% | 1% | - |
| XYZ | 49.62 | 76.73 | 78.52 | - |
| YUV | 190.1 | 143.74 | 30.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 218 | 0.79 | 0 | 0.14 | 0.00 | 169.2 | 0.99 | 0.6 |
| Hex | 36 | FE | DA | 4F | 0 | E | 0 | A9 | 63 | 3C |
| Octal | 66 | 376 | 332 | 117 | 0 | 16 | 0 | 251 | 143 | 74 |
| Binary | 110110 | 11111110 | 11011010 | 1001111 | 0 | 1110 | 0 | 10101001 | 1100011 | 111100 |
Color Harmonies of #36FEDA
Complementary color
Monochromatic Colors of #36FEDA
Black with #36FEDA
Text Example
Text Example
White with #36FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FEDA; }
p { color: rgb(54,254,218); }
H1.HeaderClassName
{
color: #36FEDA;
}
.AnyTagClassName
{
color: #36FEDA;
}
</style>
background-color css
<style>
a { background-color: #36FEDA; }
a { background-color: rgb(54,254,218); }
div.DivClassName
{
background-color: #36FEDA;
}
.BgClassName
{
background-color: #36FEDA;
}
</style>
border-color css
<style>
span { border-color: #36FEDA; }
span { border-color: rgb(54,254,218); }
td.TdClassName
{
border-color: #36FEDA;
}
.TagClassName
{
border-color: #36FEDA;
}
</style>