Shades of Turquoise #36EEE5
Tints of Turquoise #36EEE5
RGB
CMYK
RGB Variations
Color information
#36EEE5 (or 0x36EEE5) is known color: Turquoise. HEX triplet: 36, EE and E5. RGB value is (54,238,229). Sum of RGB (Red+Green+Blue) = 54+238+229=521 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.36% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EEE5 is #C9111A. Grayscale: #B5B5B5. Windows color (decimal): -13177115 or 15068726. OLE color: 15068726.
HSL color Cylindrical-coordinate representation of color #36EEE5: hue angle of 177.07º 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 #36EEE5 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 238 | 229 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.07 |
| HSL | 177.07º | 0.84% | 0.57% | - |
| HSV(B) | 177.07º | 0.77% | 0.93% | - |
| XYZ | 46.24 | 67.59 | 84.74 | - |
| YUV | 181.96 | 154.54 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 229 | 0.77 | 0 | 0.04 | 0.07 | 177.07 | 0.84 | 0.57 |
| Hex | 36 | EE | E5 | 4D | 0 | 4 | 7 | B1 | 54 | 39 |
| Octal | 66 | 356 | 345 | 115 | 0 | 4 | 7 | 261 | 124 | 71 |
| Binary | 110110 | 11101110 | 11100101 | 1001101 | 0 | 100 | 111 | 10110001 | 1010100 | 111001 |
Color Harmonies of #36EEE5
Complementary color
Monochromatic Colors of #36EEE5
Black with #36EEE5
Text Example
Text Example
White with #36EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EEE5; }
p { color: rgb(54,238,229); }
H1.HeaderClassName
{
color: #36EEE5;
}
.AnyTagClassName
{
color: #36EEE5;
}
</style>
background-color css
<style>
a { background-color: #36EEE5; }
a { background-color: rgb(54,238,229); }
div.DivClassName
{
background-color: #36EEE5;
}
.BgClassName
{
background-color: #36EEE5;
}
</style>
border-color css
<style>
span { border-color: #36EEE5; }
span { border-color: rgb(54,238,229); }
td.TdClassName
{
border-color: #36EEE5;
}
.TagClassName
{
border-color: #36EEE5;
}
</style>