Shades of Medium Turquoise #36CCDD
Tints of Medium Turquoise #36CCDD
RGB
CMYK
RGB Variations
Color information
#36CCDD (or 0x36CCDD) is known color: Medium Turquoise. HEX triplet: 36, CC and DD. RGB value is (54,204,221). Sum of RGB (Red+Green+Blue) = 54+204+221=479 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.27% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #36CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCDD is #C93322. Grayscale: #A0A0A0. Windows color (decimal): -13185827 or 14535734. OLE color: 14535734.
HSL color Cylindrical-coordinate representation of color #36CCDD: hue angle of 186.11º 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 #36CCDD is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 204 | 221 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.13 |
| HSL | 186.11º | 0.71% | 0.54% | - |
| HSV(B) | 186.11º | 0.76% | 0.87% | - |
| XYZ | 36.17 | 49.19 | 76 | - |
| YUV | 161.09 | 161.81 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 221 | 0.76 | 0.08 | 0 | 0.13 | 186.11 | 0.71 | 0.54 |
| Hex | 36 | CC | DD | 4C | 8 | 0 | D | BA | 47 | 36 |
| Octal | 66 | 314 | 335 | 114 | 10 | 0 | 15 | 272 | 107 | 66 |
| Binary | 110110 | 11001100 | 11011101 | 1001100 | 1000 | 0 | 1101 | 10111010 | 1000111 | 110110 |
Color Harmonies of #36CCDD
Complementary color
Monochromatic Colors of #36CCDD
Black with #36CCDD
Text Example
Text Example
White with #36CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CCDD; }
p { color: rgb(54,204,221); }
H1.HeaderClassName
{
color: #36CCDD;
}
.AnyTagClassName
{
color: #36CCDD;
}
</style>
background-color css
<style>
a { background-color: #36CCDD; }
a { background-color: rgb(54,204,221); }
div.DivClassName
{
background-color: #36CCDD;
}
.BgClassName
{
background-color: #36CCDD;
}
</style>
border-color css
<style>
span { border-color: #36CCDD; }
span { border-color: rgb(54,204,221); }
td.TdClassName
{
border-color: #36CCDD;
}
.TagClassName
{
border-color: #36CCDD;
}
</style>