Shades of Medium Turquoise #36CDC5
Tints of Medium Turquoise #36CDC5
RGB
CMYK
RGB Variations
Color information
#36CDC5 (or 0x36CDC5) is known color: Medium Turquoise. HEX triplet: 36, CD and C5. RGB value is (54,205,197). Sum of RGB (Red+Green+Blue) = 54+205+197=456 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.84% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #36CDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDC5 is #C9323A. Grayscale: #9E9E9E. Windows color (decimal): -13185595 or 12963126. OLE color: 12963126.
HSL color Cylindrical-coordinate representation of color #36CDC5: hue angle of 176.82º 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 #36CDC5 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 205 | 197 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.20 |
| HSL | 176.82º | 0.6% | 0.51% | - |
| HSV(B) | 176.82º | 0.74% | 0.8% | - |
| XYZ | 33.43 | 48.48 | 60.42 | - |
| YUV | 158.94 | 149.47 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 205 | 197 | 0.74 | 0 | 0.04 | 0.20 | 176.82 | 0.6 | 0.51 |
| Hex | 36 | CD | C5 | 4A | 0 | 4 | 14 | B1 | 3C | 33 |
| Octal | 66 | 315 | 305 | 112 | 0 | 4 | 24 | 261 | 74 | 63 |
| Binary | 110110 | 11001101 | 11000101 | 1001010 | 0 | 100 | 10100 | 10110001 | 111100 | 110011 |
Color Harmonies of #36CDC5
Complementary color
Monochromatic Colors of #36CDC5
Black with #36CDC5
Text Example
Text Example
White with #36CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CDC5; }
p { color: rgb(54,205,197); }
H1.HeaderClassName
{
color: #36CDC5;
}
.AnyTagClassName
{
color: #36CDC5;
}
</style>
background-color css
<style>
a { background-color: #36CDC5; }
a { background-color: rgb(54,205,197); }
div.DivClassName
{
background-color: #36CDC5;
}
.BgClassName
{
background-color: #36CDC5;
}
</style>
border-color css
<style>
span { border-color: #36CDC5; }
span { border-color: rgb(54,205,197); }
td.TdClassName
{
border-color: #36CDC5;
}
.TagClassName
{
border-color: #36CDC5;
}
</style>