Shades of Medium Turquoise #36CDCD
Tints of Medium Turquoise #36CDCD
RGB
CMYK
RGB Variations
Color information
#36CDCD (or 0x36CDCD) is known color: Medium Turquoise. HEX triplet: 36, CD and CD. RGB value is (54,205,205). Sum of RGB (Red+Green+Blue) = 54+205+205=464 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.64% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #36CDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDCD is #C93232. Grayscale: #9F9F9F. Windows color (decimal): -13185587 or 13487414. OLE color: 13487414.
HSL color Cylindrical-coordinate representation of color #36CDCD: hue angle of 180º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CDCD is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 205 | 205 | - |
| CMYK | 0.74 | 0 | 0 | 0.20 |
| HSL | 180º | 0.6% | 0.51% | - |
| HSV(B) | 180º | 0.74% | 0.8% | - |
| XYZ | 34.37 | 48.85 | 65.38 | - |
| YUV | 159.85 | 153.47 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 205 | 205 | 0.74 | 0 | 0 | 0.20 | 180 | 0.6 | 0.51 |
| Hex | 36 | CD | CD | 4A | 0 | 0 | 14 | B4 | 3C | 33 |
| Octal | 66 | 315 | 315 | 112 | 0 | 0 | 24 | 264 | 74 | 63 |
| Binary | 110110 | 11001101 | 11001101 | 1001010 | 0 | 0 | 10100 | 10110100 | 111100 | 110011 |
Color Harmonies of #36CDCD
Complementary color
Monochromatic Colors of #36CDCD
Black with #36CDCD
Text Example
Text Example
White with #36CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CDCD; }
p { color: rgb(54,205,205); }
H1.HeaderClassName
{
color: #36CDCD;
}
.AnyTagClassName
{
color: #36CDCD;
}
</style>
background-color css
<style>
a { background-color: #36CDCD; }
a { background-color: rgb(54,205,205); }
div.DivClassName
{
background-color: #36CDCD;
}
.BgClassName
{
background-color: #36CDCD;
}
</style>
border-color css
<style>
span { border-color: #36CDCD; }
span { border-color: rgb(54,205,205); }
td.TdClassName
{
border-color: #36CDCD;
}
.TagClassName
{
border-color: #36CDCD;
}
</style>