Shades of Turquoise #36E9ED
Tints of Turquoise #36E9ED
RGB
CMYK
RGB Variations
Color information
#36E9ED (or 0x36E9ED) is known color: Turquoise. HEX triplet: 36, E9 and ED. RGB value is (54,233,237). Sum of RGB (Red+Green+Blue) = 54+233+237=524 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.31% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #36E9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36E9ED is #C91612. Grayscale: #B3B3B3. Windows color (decimal): -13178387 or 15591734. OLE color: 15591734.
HSL color Cylindrical-coordinate representation of color #36E9ED: hue angle of 181.31º 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 #36E9ED is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 233 | 237 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.07 |
| HSL | 181.31º | 0.84% | 0.57% | - |
| HSV(B) | 181.31º | 0.77% | 0.93% | - |
| XYZ | 45.95 | 65.18 | 90.28 | - |
| YUV | 179.94 | 160.2 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 233 | 237 | 0.77 | 0.02 | 0 | 0.07 | 181.31 | 0.84 | 0.57 |
| Hex | 36 | E9 | ED | 4D | 2 | 0 | 7 | B5 | 54 | 39 |
| Octal | 66 | 351 | 355 | 115 | 2 | 0 | 7 | 265 | 124 | 71 |
| Binary | 110110 | 11101001 | 11101101 | 1001101 | 10 | 0 | 111 | 10110101 | 1010100 | 111001 |
Color Harmonies of #36E9ED
Complementary color
Monochromatic Colors of #36E9ED
Black with #36E9ED
Text Example
Text Example
White with #36E9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E9ED; }
p { color: rgb(54,233,237); }
H1.HeaderClassName
{
color: #36E9ED;
}
.AnyTagClassName
{
color: #36E9ED;
}
</style>
background-color css
<style>
a { background-color: #36E9ED; }
a { background-color: rgb(54,233,237); }
div.DivClassName
{
background-color: #36E9ED;
}
.BgClassName
{
background-color: #36E9ED;
}
</style>
border-color css
<style>
span { border-color: #36E9ED; }
span { border-color: rgb(54,233,237); }
td.TdClassName
{
border-color: #36E9ED;
}
.TagClassName
{
border-color: #36E9ED;
}
</style>