Shades of Turquoise #36FEED
Tints of Turquoise #36FEED
RGB
CMYK
RGB Variations
Color information
#36FEED (or 0x36FEED) is known color: Turquoise. HEX triplet: 36, FE and ED. RGB value is (54,254,237). Sum of RGB (Red+Green+Blue) = 54+254+237=545 (72% of max value = 765). Red value is 54 (21.48% from 255 or 9.91% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #36FEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FEED is #C90112. Grayscale: #C0C0C0. Windows color (decimal): -13173011 or 15597110. OLE color: 15597110.
HSL color Cylindrical-coordinate representation of color #36FEED: hue angle of 174.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 #36FEED is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 237 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.00 |
| HSL | 174.9º | 0.99% | 0.6% | - |
| HSV(B) | 174.9º | 0.79% | 1% | - |
| XYZ | 52.25 | 77.78 | 92.38 | - |
| YUV | 192.26 | 153.24 | 29.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 237 | 0.79 | 0 | 0.07 | 0.00 | 174.9 | 0.99 | 0.6 |
| Hex | 36 | FE | ED | 4F | 0 | 7 | 0 | AF | 63 | 3C |
| Octal | 66 | 376 | 355 | 117 | 0 | 7 | 0 | 257 | 143 | 74 |
| Binary | 110110 | 11111110 | 11101101 | 1001111 | 0 | 111 | 0 | 10101111 | 1100011 | 111100 |
Color Harmonies of #36FEED
Complementary color
Monochromatic Colors of #36FEED
Black with #36FEED
Text Example
Text Example
White with #36FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FEED; }
p { color: rgb(54,254,237); }
H1.HeaderClassName
{
color: #36FEED;
}
.AnyTagClassName
{
color: #36FEED;
}
</style>
background-color css
<style>
a { background-color: #36FEED; }
a { background-color: rgb(54,254,237); }
div.DivClassName
{
background-color: #36FEED;
}
.BgClassName
{
background-color: #36FEED;
}
</style>
border-color css
<style>
span { border-color: #36FEED; }
span { border-color: rgb(54,254,237); }
td.TdClassName
{
border-color: #36FEED;
}
.TagClassName
{
border-color: #36FEED;
}
</style>