Shades of Turquoise #36E6EE
Tints of Turquoise #36E6EE
RGB
CMYK
RGB Variations
Color information
#36E6EE (or 0x36E6EE) is known color: Turquoise. HEX triplet: 36, E6 and EE. RGB value is (54,230,238). Sum of RGB (Red+Green+Blue) = 54+230+238=522 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.34% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #36E6EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36E6EE is #C91911. Grayscale: #B2B2B2. Windows color (decimal): -13179154 or 15656502. OLE color: 15656502.
HSL color Cylindrical-coordinate representation of color #36E6EE: hue angle of 182.61º 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 #36E6EE is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 230 | 238 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.07 |
| HSL | 182.61º | 0.84% | 0.57% | - |
| HSV(B) | 182.61º | 0.77% | 0.93% | - |
| XYZ | 45.25 | 63.55 | 90.77 | - |
| YUV | 178.29 | 161.69 | 39.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 230 | 238 | 0.77 | 0.03 | 0 | 0.07 | 182.61 | 0.84 | 0.57 |
| Hex | 36 | E6 | EE | 4D | 3 | 0 | 7 | B7 | 54 | 39 |
| Octal | 66 | 346 | 356 | 115 | 3 | 0 | 7 | 267 | 124 | 71 |
| Binary | 110110 | 11100110 | 11101110 | 1001101 | 11 | 0 | 111 | 10110111 | 1010100 | 111001 |
Color Harmonies of #36E6EE
Complementary color
Monochromatic Colors of #36E6EE
Black with #36E6EE
Text Example
Text Example
White with #36E6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E6EE; }
p { color: rgb(54,230,238); }
H1.HeaderClassName
{
color: #36E6EE;
}
.AnyTagClassName
{
color: #36E6EE;
}
</style>
background-color css
<style>
a { background-color: #36E6EE; }
a { background-color: rgb(54,230,238); }
div.DivClassName
{
background-color: #36E6EE;
}
.BgClassName
{
background-color: #36E6EE;
}
</style>
border-color css
<style>
span { border-color: #36E6EE; }
span { border-color: rgb(54,230,238); }
td.TdClassName
{
border-color: #36E6EE;
}
.TagClassName
{
border-color: #36E6EE;
}
</style>