Shades of Turquoise #36DCD5
Tints of Turquoise #36DCD5
RGB
CMYK
RGB Variations
Color information
#36DCD5 (or 0x36DCD5) is known color: Turquoise. HEX triplet: 36, DC and D5. RGB value is (54,220,213). Sum of RGB (Red+Green+Blue) = 54+220+213=487 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.09% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #36DCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DCD5 is #C9232A. Grayscale: #A9A9A9. Windows color (decimal): -13181739 or 14015542. OLE color: 14015542.
HSL color Cylindrical-coordinate representation of color #36DCD5: hue angle of 177.47º 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 #36DCD5 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 213 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.14 |
| HSL | 177.47º | 0.7% | 0.54% | - |
| HSV(B) | 177.47º | 0.75% | 0.86% | - |
| XYZ | 39.12 | 56.77 | 71.85 | - |
| YUV | 169.57 | 152.5 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 213 | 0.75 | 0 | 0.03 | 0.14 | 177.47 | 0.7 | 0.54 |
| Hex | 36 | DC | D5 | 4B | 0 | 3 | E | B1 | 46 | 36 |
| Octal | 66 | 334 | 325 | 113 | 0 | 3 | 16 | 261 | 106 | 66 |
| Binary | 110110 | 11011100 | 11010101 | 1001011 | 0 | 11 | 1110 | 10110001 | 1000110 | 110110 |
Color Harmonies of #36DCD5
Complementary color
Monochromatic Colors of #36DCD5
Black with #36DCD5
Text Example
Text Example
White with #36DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DCD5; }
p { color: rgb(54,220,213); }
H1.HeaderClassName
{
color: #36DCD5;
}
.AnyTagClassName
{
color: #36DCD5;
}
</style>
background-color css
<style>
a { background-color: #36DCD5; }
a { background-color: rgb(54,220,213); }
div.DivClassName
{
background-color: #36DCD5;
}
.BgClassName
{
background-color: #36DCD5;
}
</style>
border-color css
<style>
span { border-color: #36DCD5; }
span { border-color: rgb(54,220,213); }
td.TdClassName
{
border-color: #36DCD5;
}
.TagClassName
{
border-color: #36DCD5;
}
</style>