Shades of Turquoise #36DEC4
Tints of Turquoise #36DEC4
RGB
CMYK
RGB Variations
Color information
#36DEC4 (or 0x36DEC4) is known color: Turquoise. HEX triplet: 36, DE and C4. RGB value is (54,222,196). Sum of RGB (Red+Green+Blue) = 54+222+196=472 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.44% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #36DEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DEC4 is #C9213B. Grayscale: #A8A8A8. Windows color (decimal): -13181244 or 12901942. OLE color: 12901942.
HSL color Cylindrical-coordinate representation of color #36DEC4: hue angle of 170.71º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DEC4 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 222 | 196 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.13 |
| HSL | 170.71º | 0.72% | 0.54% | - |
| HSV(B) | 170.71º | 0.76% | 0.87% | - |
| XYZ | 37.61 | 57.01 | 61.25 | - |
| YUV | 168.8 | 143.34 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 222 | 196 | 0.76 | 0 | 0.12 | 0.13 | 170.71 | 0.72 | 0.54 |
| Hex | 36 | DE | C4 | 4C | 0 | C | D | AB | 48 | 36 |
| Octal | 66 | 336 | 304 | 114 | 0 | 14 | 15 | 253 | 110 | 66 |
| Binary | 110110 | 11011110 | 11000100 | 1001100 | 0 | 1100 | 1101 | 10101011 | 1001000 | 110110 |
Color Harmonies of #36DEC4
Complementary color
Monochromatic Colors of #36DEC4
Black with #36DEC4
Text Example
Text Example
White with #36DEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DEC4; }
p { color: rgb(54,222,196); }
H1.HeaderClassName
{
color: #36DEC4;
}
.AnyTagClassName
{
color: #36DEC4;
}
</style>
background-color css
<style>
a { background-color: #36DEC4; }
a { background-color: rgb(54,222,196); }
div.DivClassName
{
background-color: #36DEC4;
}
.BgClassName
{
background-color: #36DEC4;
}
</style>
border-color css
<style>
span { border-color: #36DEC4; }
span { border-color: rgb(54,222,196); }
td.TdClassName
{
border-color: #36DEC4;
}
.TagClassName
{
border-color: #36DEC4;
}
</style>