Shades of Turquoise #36DEBD
Tints of Turquoise #36DEBD
RGB
CMYK
RGB Variations
Color information
#36DEBD (or 0x36DEBD) is known color: Turquoise. HEX triplet: 36, DE and BD. RGB value is (54,222,189). Sum of RGB (Red+Green+Blue) = 54+222+189=465 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.61% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #36DEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DEBD is #C92142. Grayscale: #A7A7A7. Windows color (decimal): -13181251 or 12443190. OLE color: 12443190.
HSL color Cylindrical-coordinate representation of color #36DEBD: hue angle of 168.21º 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 #36DEBD is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 222 | 189 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.13 |
| HSL | 168.21º | 0.72% | 0.54% | - |
| HSV(B) | 168.21º | 0.76% | 0.87% | - |
| XYZ | 36.83 | 56.7 | 57.15 | - |
| YUV | 168.01 | 139.84 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 222 | 189 | 0.76 | 0 | 0.15 | 0.13 | 168.21 | 0.72 | 0.54 |
| Hex | 36 | DE | BD | 4C | 0 | F | D | A8 | 48 | 36 |
| Octal | 66 | 336 | 275 | 114 | 0 | 17 | 15 | 250 | 110 | 66 |
| Binary | 110110 | 11011110 | 10111101 | 1001100 | 0 | 1111 | 1101 | 10101000 | 1001000 | 110110 |
Color Harmonies of #36DEBD
Complementary color
Monochromatic Colors of #36DEBD
Black with #36DEBD
Text Example
Text Example
White with #36DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DEBD; }
p { color: rgb(54,222,189); }
H1.HeaderClassName
{
color: #36DEBD;
}
.AnyTagClassName
{
color: #36DEBD;
}
</style>
background-color css
<style>
a { background-color: #36DEBD; }
a { background-color: rgb(54,222,189); }
div.DivClassName
{
background-color: #36DEBD;
}
.BgClassName
{
background-color: #36DEBD;
}
</style>
border-color css
<style>
span { border-color: #36DEBD; }
span { border-color: rgb(54,222,189); }
td.TdClassName
{
border-color: #36DEBD;
}
.TagClassName
{
border-color: #36DEBD;
}
</style>