Shades of Turquoise #36DEC5
Tints of Turquoise #36DEC5
RGB
CMYK
RGB Variations
Color information
#36DEC5 (or 0x36DEC5) is known color: Turquoise. HEX triplet: 36, DE and C5. RGB value is (54,222,197). Sum of RGB (Red+Green+Blue) = 54+222+197=473 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.42% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #36DEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DEC5 is #C9213A. Grayscale: #A8A8A8. Windows color (decimal): -13181243 or 12967478. OLE color: 12967478.
HSL color Cylindrical-coordinate representation of color #36DEC5: hue angle of 171.07º 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 #36DEC5 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 222 | 197 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.13 |
| HSL | 171.07º | 0.72% | 0.54% | - |
| HSV(B) | 171.07º | 0.76% | 0.87% | - |
| XYZ | 37.72 | 57.06 | 61.85 | - |
| YUV | 168.92 | 143.84 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 222 | 197 | 0.76 | 0 | 0.11 | 0.13 | 171.07 | 0.72 | 0.54 |
| Hex | 36 | DE | C5 | 4C | 0 | B | D | AB | 48 | 36 |
| Octal | 66 | 336 | 305 | 114 | 0 | 13 | 15 | 253 | 110 | 66 |
| Binary | 110110 | 11011110 | 11000101 | 1001100 | 0 | 1011 | 1101 | 10101011 | 1001000 | 110110 |
Color Harmonies of #36DEC5
Complementary color
Monochromatic Colors of #36DEC5
Black with #36DEC5
Text Example
Text Example
White with #36DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DEC5; }
p { color: rgb(54,222,197); }
H1.HeaderClassName
{
color: #36DEC5;
}
.AnyTagClassName
{
color: #36DEC5;
}
</style>
background-color css
<style>
a { background-color: #36DEC5; }
a { background-color: rgb(54,222,197); }
div.DivClassName
{
background-color: #36DEC5;
}
.BgClassName
{
background-color: #36DEC5;
}
</style>
border-color css
<style>
span { border-color: #36DEC5; }
span { border-color: rgb(54,222,197); }
td.TdClassName
{
border-color: #36DEC5;
}
.TagClassName
{
border-color: #36DEC5;
}
</style>