Shades of Turquoise #36DCC1
Tints of Turquoise #36DCC1
RGB
CMYK
RGB Variations
Color information
#36DCC1 (or 0x36DCC1) is known color: Turquoise. HEX triplet: 36, DC and C1. RGB value is (54,220,193). Sum of RGB (Red+Green+Blue) = 54+220+193=467 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.56% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #36DCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DCC1 is #C9233E. Grayscale: #A7A7A7. Windows color (decimal): -13181759 or 12704822. OLE color: 12704822.
HSL color Cylindrical-coordinate representation of color #36DCC1: hue angle of 170.24º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DCC1 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 193 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.14 |
| HSL | 170.24º | 0.7% | 0.54% | - |
| HSV(B) | 170.24º | 0.75% | 0.86% | - |
| XYZ | 36.74 | 55.82 | 59.29 | - |
| YUV | 167.29 | 142.5 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 193 | 0.75 | 0 | 0.12 | 0.14 | 170.24 | 0.7 | 0.54 |
| Hex | 36 | DC | C1 | 4B | 0 | C | E | AA | 46 | 36 |
| Octal | 66 | 334 | 301 | 113 | 0 | 14 | 16 | 252 | 106 | 66 |
| Binary | 110110 | 11011100 | 11000001 | 1001011 | 0 | 1100 | 1110 | 10101010 | 1000110 | 110110 |
Color Harmonies of #36DCC1
Complementary color
Monochromatic Colors of #36DCC1
Black with #36DCC1
Text Example
Text Example
White with #36DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DCC1; }
p { color: rgb(54,220,193); }
H1.HeaderClassName
{
color: #36DCC1;
}
.AnyTagClassName
{
color: #36DCC1;
}
</style>
background-color css
<style>
a { background-color: #36DCC1; }
a { background-color: rgb(54,220,193); }
div.DivClassName
{
background-color: #36DCC1;
}
.BgClassName
{
background-color: #36DCC1;
}
</style>
border-color css
<style>
span { border-color: #36DCC1; }
span { border-color: rgb(54,220,193); }
td.TdClassName
{
border-color: #36DCC1;
}
.TagClassName
{
border-color: #36DCC1;
}
</style>