Shades of Turquoise #36EEED
Tints of Turquoise #36EEED
RGB
CMYK
RGB Variations
Color information
#36EEED (or 0x36EEED) is known color: Turquoise. HEX triplet: 36, EE and ED. RGB value is (54,238,237). Sum of RGB (Red+Green+Blue) = 54+238+237=529 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.21% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36EEED is #C91112. Grayscale: #B6B6B6. Windows color (decimal): -13177107 or 15593014. OLE color: 15593014.
HSL color Cylindrical-coordinate representation of color #36EEED: hue angle of 179.67º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EEED is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 238 | 237 | - |
| CMYK | 0.77 | 0 | 0.00 | 0.07 |
| HSL | 179.67º | 0.84% | 0.57% | - |
| HSV(B) | 179.67º | 0.77% | 0.93% | - |
| XYZ | 47.38 | 68.05 | 90.76 | - |
| YUV | 182.87 | 158.54 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 237 | 0.77 | 0 | 0.00 | 0.07 | 179.67 | 0.84 | 0.57 |
| Hex | 36 | EE | ED | 4D | 0 | 0 | 7 | B4 | 54 | 39 |
| Octal | 66 | 356 | 355 | 115 | 0 | 0 | 7 | 264 | 124 | 71 |
| Binary | 110110 | 11101110 | 11101101 | 1001101 | 0 | 0 | 111 | 10110100 | 1010100 | 111001 |
Color Harmonies of #36EEED
Complementary color
Monochromatic Colors of #36EEED
Black with #36EEED
Text Example
Text Example
White with #36EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EEED; }
p { color: rgb(54,238,237); }
H1.HeaderClassName
{
color: #36EEED;
}
.AnyTagClassName
{
color: #36EEED;
}
</style>
background-color css
<style>
a { background-color: #36EEED; }
a { background-color: rgb(54,238,237); }
div.DivClassName
{
background-color: #36EEED;
}
.BgClassName
{
background-color: #36EEED;
}
</style>
border-color css
<style>
span { border-color: #36EEED; }
span { border-color: rgb(54,238,237); }
td.TdClassName
{
border-color: #36EEED;
}
.TagClassName
{
border-color: #36EEED;
}
</style>