Shades of Turquoise #36E6ED
Tints of Turquoise #36E6ED
RGB
CMYK
RGB Variations
Color information
#36E6ED (or 0x36E6ED) is known color: Turquoise. HEX triplet: 36, E6 and ED. RGB value is (54,230,237). Sum of RGB (Red+Green+Blue) = 54+230+237=521 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.36% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #36E6ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36E6ED is #C91912. Grayscale: #B1B1B1. Windows color (decimal): -13179155 or 15590966. OLE color: 15590966.
HSL color Cylindrical-coordinate representation of color #36E6ED: hue angle of 182.3º 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 #36E6ED is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 230 | 237 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.07 |
| HSL | 182.3º | 0.84% | 0.57% | - |
| HSV(B) | 182.3º | 0.77% | 0.93% | - |
| XYZ | 45.1 | 63.49 | 90 | - |
| YUV | 178.17 | 161.19 | 39.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 230 | 237 | 0.77 | 0.03 | 0 | 0.07 | 182.3 | 0.84 | 0.57 |
| Hex | 36 | E6 | ED | 4D | 3 | 0 | 7 | B6 | 54 | 39 |
| Octal | 66 | 346 | 355 | 115 | 3 | 0 | 7 | 266 | 124 | 71 |
| Binary | 110110 | 11100110 | 11101101 | 1001101 | 11 | 0 | 111 | 10110110 | 1010100 | 111001 |
Color Harmonies of #36E6ED
Complementary color
Monochromatic Colors of #36E6ED
Black with #36E6ED
Text Example
Text Example
White with #36E6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E6ED; }
p { color: rgb(54,230,237); }
H1.HeaderClassName
{
color: #36E6ED;
}
.AnyTagClassName
{
color: #36E6ED;
}
</style>
background-color css
<style>
a { background-color: #36E6ED; }
a { background-color: rgb(54,230,237); }
div.DivClassName
{
background-color: #36E6ED;
}
.BgClassName
{
background-color: #36E6ED;
}
</style>
border-color css
<style>
span { border-color: #36E6ED; }
span { border-color: rgb(54,230,237); }
td.TdClassName
{
border-color: #36E6ED;
}
.TagClassName
{
border-color: #36E6ED;
}
</style>