Shades of Turquoise #36DDC5
Tints of Turquoise #36DDC5
RGB
CMYK
RGB Variations
Color information
#36DDC5 (or 0x36DDC5) is known color: Turquoise. HEX triplet: 36, DD and C5. RGB value is (54,221,197). Sum of RGB (Red+Green+Blue) = 54+221+197=472 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.44% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #36DDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DDC5 is #C9223A. Grayscale: #A8A8A8. Windows color (decimal): -13181499 or 12967222. OLE color: 12967222.
HSL color Cylindrical-coordinate representation of color #36DDC5: hue angle of 171.38º degrees, saturation: 0.71, 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 #36DDC5 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 221 | 197 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.13 |
| HSL | 171.38º | 0.71% | 0.54% | - |
| HSV(B) | 171.38º | 0.76% | 0.87% | - |
| XYZ | 37.46 | 56.53 | 61.76 | - |
| YUV | 168.33 | 144.17 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 221 | 197 | 0.76 | 0 | 0.11 | 0.13 | 171.38 | 0.71 | 0.54 |
| Hex | 36 | DD | C5 | 4C | 0 | B | D | AB | 47 | 36 |
| Octal | 66 | 335 | 305 | 114 | 0 | 13 | 15 | 253 | 107 | 66 |
| Binary | 110110 | 11011101 | 11000101 | 1001100 | 0 | 1011 | 1101 | 10101011 | 1000111 | 110110 |
Color Harmonies of #36DDC5
Complementary color
Monochromatic Colors of #36DDC5
Black with #36DDC5
Text Example
Text Example
White with #36DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DDC5; }
p { color: rgb(54,221,197); }
H1.HeaderClassName
{
color: #36DDC5;
}
.AnyTagClassName
{
color: #36DDC5;
}
</style>
background-color css
<style>
a { background-color: #36DDC5; }
a { background-color: rgb(54,221,197); }
div.DivClassName
{
background-color: #36DDC5;
}
.BgClassName
{
background-color: #36DDC5;
}
</style>
border-color css
<style>
span { border-color: #36DDC5; }
span { border-color: rgb(54,221,197); }
td.TdClassName
{
border-color: #36DDC5;
}
.TagClassName
{
border-color: #36DDC5;
}
</style>