Shades of Medium Turquoise #36CBCD
Tints of Medium Turquoise #36CBCD
RGB
CMYK
RGB Variations
Color information
#36CBCD (or 0x36CBCD) is known color: Medium Turquoise. HEX triplet: 36, CB and CD. RGB value is (54,203,205). Sum of RGB (Red+Green+Blue) = 54+203+205=462 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.69% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #36CBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CBCD is #C93432. Grayscale: #9E9E9E. Windows color (decimal): -13186099 or 13486902. OLE color: 13486902.
HSL color Cylindrical-coordinate representation of color #36CBCD: hue angle of 180.79º 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 #36CBCD is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 203 | 205 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.20 |
| HSL | 180.79º | 0.6% | 0.51% | - |
| HSV(B) | 180.79º | 0.74% | 0.8% | - |
| XYZ | 33.9 | 47.9 | 65.22 | - |
| YUV | 158.68 | 154.14 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 203 | 205 | 0.74 | 0.01 | 0 | 0.20 | 180.79 | 0.6 | 0.51 |
| Hex | 36 | CB | CD | 4A | 1 | 0 | 14 | B5 | 3C | 33 |
| Octal | 66 | 313 | 315 | 112 | 1 | 0 | 24 | 265 | 74 | 63 |
| Binary | 110110 | 11001011 | 11001101 | 1001010 | 1 | 0 | 10100 | 10110101 | 111100 | 110011 |
Color Harmonies of #36CBCD
Complementary color
Monochromatic Colors of #36CBCD
Black with #36CBCD
Text Example
Text Example
White with #36CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CBCD; }
p { color: rgb(54,203,205); }
H1.HeaderClassName
{
color: #36CBCD;
}
.AnyTagClassName
{
color: #36CBCD;
}
</style>
background-color css
<style>
a { background-color: #36CBCD; }
a { background-color: rgb(54,203,205); }
div.DivClassName
{
background-color: #36CBCD;
}
.BgClassName
{
background-color: #36CBCD;
}
</style>
border-color css
<style>
span { border-color: #36CBCD; }
span { border-color: rgb(54,203,205); }
td.TdClassName
{
border-color: #36CBCD;
}
.TagClassName
{
border-color: #36CBCD;
}
</style>