Shades of Turquoise #36EEC4
Tints of Turquoise #36EEC4
RGB
CMYK
RGB Variations
Color information
#36EEC4 (or 0x36EEC4) is known color: Turquoise. HEX triplet: 36, EE and C4. RGB value is (54,238,196). Sum of RGB (Red+Green+Blue) = 54+238+196=488 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.07% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EEC4 is #C9113B. Grayscale: #B2B2B2. Windows color (decimal): -13177148 or 12906038. OLE color: 12906038.
HSL color Cylindrical-coordinate representation of color #36EEC4: hue angle of 166.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 #36EEC4 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 238 | 196 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.07 |
| HSL | 166.3º | 0.84% | 0.57% | - |
| HSV(B) | 166.3º | 0.77% | 0.93% | - |
| XYZ | 42.06 | 65.92 | 62.73 | - |
| YUV | 178.2 | 138.04 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 196 | 0.77 | 0 | 0.18 | 0.07 | 166.3 | 0.84 | 0.57 |
| Hex | 36 | EE | C4 | 4D | 0 | 12 | 7 | A6 | 54 | 39 |
| Octal | 66 | 356 | 304 | 115 | 0 | 22 | 7 | 246 | 124 | 71 |
| Binary | 110110 | 11101110 | 11000100 | 1001101 | 0 | 10010 | 111 | 10100110 | 1010100 | 111001 |
Color Harmonies of #36EEC4
Complementary color
Monochromatic Colors of #36EEC4
Black with #36EEC4
Text Example
Text Example
White with #36EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EEC4; }
p { color: rgb(54,238,196); }
H1.HeaderClassName
{
color: #36EEC4;
}
.AnyTagClassName
{
color: #36EEC4;
}
</style>
background-color css
<style>
a { background-color: #36EEC4; }
a { background-color: rgb(54,238,196); }
div.DivClassName
{
background-color: #36EEC4;
}
.BgClassName
{
background-color: #36EEC4;
}
</style>
border-color css
<style>
span { border-color: #36EEC4; }
span { border-color: rgb(54,238,196); }
td.TdClassName
{
border-color: #36EEC4;
}
.TagClassName
{
border-color: #36EEC4;
}
</style>