Shades of Turquoise #36DCCE
Tints of Turquoise #36DCCE
RGB
CMYK
RGB Variations
Color information
#36DCCE (or 0x36DCCE) is known color: Turquoise. HEX triplet: 36, DC and CE. RGB value is (54,220,206). Sum of RGB (Red+Green+Blue) = 54+220+206=480 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.25% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #36DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DCCE is #C92331. Grayscale: #A8A8A8. Windows color (decimal): -13181746 or 13556790. OLE color: 13556790.
HSL color Cylindrical-coordinate representation of color #36DCCE: hue angle of 174.94º 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 #36DCCE is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 206 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.14 |
| HSL | 174.94º | 0.7% | 0.54% | - |
| HSV(B) | 174.94º | 0.75% | 0.86% | - |
| XYZ | 38.26 | 56.43 | 67.27 | - |
| YUV | 168.77 | 149 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 206 | 0.75 | 0 | 0.06 | 0.14 | 174.94 | 0.7 | 0.54 |
| Hex | 36 | DC | CE | 4B | 0 | 6 | E | AF | 46 | 36 |
| Octal | 66 | 334 | 316 | 113 | 0 | 6 | 16 | 257 | 106 | 66 |
| Binary | 110110 | 11011100 | 11001110 | 1001011 | 0 | 110 | 1110 | 10101111 | 1000110 | 110110 |
Color Harmonies of #36DCCE
Complementary color
Monochromatic Colors of #36DCCE
Black with #36DCCE
Text Example
Text Example
White with #36DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DCCE; }
p { color: rgb(54,220,206); }
H1.HeaderClassName
{
color: #36DCCE;
}
.AnyTagClassName
{
color: #36DCCE;
}
</style>
background-color css
<style>
a { background-color: #36DCCE; }
a { background-color: rgb(54,220,206); }
div.DivClassName
{
background-color: #36DCCE;
}
.BgClassName
{
background-color: #36DCCE;
}
</style>
border-color css
<style>
span { border-color: #36DCCE; }
span { border-color: rgb(54,220,206); }
td.TdClassName
{
border-color: #36DCCE;
}
.TagClassName
{
border-color: #36DCCE;
}
</style>