Shades of Turquoise #36DDCB
Tints of Turquoise #36DDCB
RGB
CMYK
RGB Variations
Color information
#36DDCB (or 0x36DDCB) is known color: Turquoise. HEX triplet: 36, DD and CB. RGB value is (54,221,203). Sum of RGB (Red+Green+Blue) = 54+221+203=478 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.30% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #36DDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DDCB is #C92234. Grayscale: #A8A8A8. Windows color (decimal): -13181493 or 13360438. OLE color: 13360438.
HSL color Cylindrical-coordinate representation of color #36DDCB: hue angle of 173.53º 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 #36DDCB is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 221 | 203 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.13 |
| HSL | 173.53º | 0.71% | 0.54% | - |
| HSV(B) | 173.53º | 0.76% | 0.87% | - |
| XYZ | 38.16 | 56.81 | 65.45 | - |
| YUV | 169.02 | 147.17 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 221 | 203 | 0.76 | 0 | 0.08 | 0.13 | 173.53 | 0.71 | 0.54 |
| Hex | 36 | DD | CB | 4C | 0 | 8 | D | AE | 47 | 36 |
| Octal | 66 | 335 | 313 | 114 | 0 | 10 | 15 | 256 | 107 | 66 |
| Binary | 110110 | 11011101 | 11001011 | 1001100 | 0 | 1000 | 1101 | 10101110 | 1000111 | 110110 |
Color Harmonies of #36DDCB
Complementary color
Monochromatic Colors of #36DDCB
Black with #36DDCB
Text Example
Text Example
White with #36DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DDCB; }
p { color: rgb(54,221,203); }
H1.HeaderClassName
{
color: #36DDCB;
}
.AnyTagClassName
{
color: #36DDCB;
}
</style>
background-color css
<style>
a { background-color: #36DDCB; }
a { background-color: rgb(54,221,203); }
div.DivClassName
{
background-color: #36DDCB;
}
.BgClassName
{
background-color: #36DDCB;
}
</style>
border-color css
<style>
span { border-color: #36DDCB; }
span { border-color: rgb(54,221,203); }
td.TdClassName
{
border-color: #36DDCB;
}
.TagClassName
{
border-color: #36DDCB;
}
</style>