Shades of Medium Turquoise #36CDDD
Tints of Medium Turquoise #36CDDD
RGB
CMYK
RGB Variations
Color information
#36CDDD (or 0x36CDDD) is known color: Medium Turquoise. HEX triplet: 36, CD and DD. RGB value is (54,205,221). Sum of RGB (Red+Green+Blue) = 54+205+221=480 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.25% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #36CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDDD is #C93222. Grayscale: #A1A1A1. Windows color (decimal): -13185571 or 14535990. OLE color: 14535990.
HSL color Cylindrical-coordinate representation of color #36CDDD: hue angle of 185.75º 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 #36CDDD is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 205 | 221 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.13 |
| HSL | 185.75º | 0.71% | 0.54% | - |
| HSV(B) | 185.75º | 0.76% | 0.87% | - |
| XYZ | 36.4 | 49.67 | 76.07 | - |
| YUV | 161.68 | 161.47 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 205 | 221 | 0.76 | 0.07 | 0 | 0.13 | 185.75 | 0.71 | 0.54 |
| Hex | 36 | CD | DD | 4C | 7 | 0 | D | BA | 47 | 36 |
| Octal | 66 | 315 | 335 | 114 | 7 | 0 | 15 | 272 | 107 | 66 |
| Binary | 110110 | 11001101 | 11011101 | 1001100 | 111 | 0 | 1101 | 10111010 | 1000111 | 110110 |
Color Harmonies of #36CDDD
Complementary color
Monochromatic Colors of #36CDDD
Black with #36CDDD
Text Example
Text Example
White with #36CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CDDD; }
p { color: rgb(54,205,221); }
H1.HeaderClassName
{
color: #36CDDD;
}
.AnyTagClassName
{
color: #36CDDD;
}
</style>
background-color css
<style>
a { background-color: #36CDDD; }
a { background-color: rgb(54,205,221); }
div.DivClassName
{
background-color: #36CDDD;
}
.BgClassName
{
background-color: #36CDDD;
}
</style>
border-color css
<style>
span { border-color: #36CDDD; }
span { border-color: rgb(54,205,221); }
td.TdClassName
{
border-color: #36CDDD;
}
.TagClassName
{
border-color: #36CDDD;
}
</style>