Shades of Turquoise #36D3DC
Tints of Turquoise #36D3DC
RGB
CMYK
RGB Variations
Color information
#36D3DC (or 0x36D3DC) is known color: Turquoise. HEX triplet: 36, D3 and DC. RGB value is (54,211,220). Sum of RGB (Red+Green+Blue) = 54+211+220=485 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.13% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #36D3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D3DC is #C92C23. Grayscale: #A4A4A4. Windows color (decimal): -13184036 or 14471990. OLE color: 14471990.
HSL color Cylindrical-coordinate representation of color #36D3DC: hue angle of 183.25º 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 #36D3DC is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 211 | 220 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.14 |
| HSL | 183.25º | 0.7% | 0.54% | - |
| HSV(B) | 183.25º | 0.75% | 0.86% | - |
| XYZ | 37.73 | 52.54 | 75.86 | - |
| YUV | 165.08 | 158.99 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 211 | 220 | 0.75 | 0.04 | 0 | 0.14 | 183.25 | 0.7 | 0.54 |
| Hex | 36 | D3 | DC | 4B | 4 | 0 | E | B7 | 46 | 36 |
| Octal | 66 | 323 | 334 | 113 | 4 | 0 | 16 | 267 | 106 | 66 |
| Binary | 110110 | 11010011 | 11011100 | 1001011 | 100 | 0 | 1110 | 10110111 | 1000110 | 110110 |
Color Harmonies of #36D3DC
Complementary color
Monochromatic Colors of #36D3DC
Black with #36D3DC
Text Example
Text Example
White with #36D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D3DC; }
p { color: rgb(54,211,220); }
H1.HeaderClassName
{
color: #36D3DC;
}
.AnyTagClassName
{
color: #36D3DC;
}
</style>
background-color css
<style>
a { background-color: #36D3DC; }
a { background-color: rgb(54,211,220); }
div.DivClassName
{
background-color: #36D3DC;
}
.BgClassName
{
background-color: #36D3DC;
}
</style>
border-color css
<style>
span { border-color: #36D3DC; }
span { border-color: rgb(54,211,220); }
td.TdClassName
{
border-color: #36D3DC;
}
.TagClassName
{
border-color: #36D3DC;
}
</style>