Shades of Medium Turquoise #36CCCB
Tints of Medium Turquoise #36CCCB
RGB
CMYK
RGB Variations
Color information
#36CCCB (or 0x36CCCB) is known color: Medium Turquoise. HEX triplet: 36, CC and CB. RGB value is (54,204,203). Sum of RGB (Red+Green+Blue) = 54+204+203=461 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.71% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #36CCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCCB is #C93334. Grayscale: #9E9E9E. Windows color (decimal): -13185845 or 13356086. OLE color: 13356086.
HSL color Cylindrical-coordinate representation of color #36CCCB: hue angle of 179.6º 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 #36CCCB is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 204 | 203 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.2 |
| HSL | 179.6º | 0.6% | 0.51% | - |
| HSV(B) | 179.6º | 0.74% | 0.8% | - |
| XYZ | 33.89 | 48.28 | 64.03 | - |
| YUV | 159.04 | 152.81 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 203 | 0.74 | 0 | 0.00 | 0.2 | 179.6 | 0.6 | 0.51 |
| Hex | 36 | CC | CB | 4A | 0 | 0 | 14 | B4 | 3C | 33 |
| Octal | 66 | 314 | 313 | 112 | 0 | 0 | 24 | 264 | 74 | 63 |
| Binary | 110110 | 11001100 | 11001011 | 1001010 | 0 | 0 | 10100 | 10110100 | 111100 | 110011 |
Color Harmonies of #36CCCB
Complementary color
Monochromatic Colors of #36CCCB
Black with #36CCCB
Text Example
Text Example
White with #36CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CCCB; }
p { color: rgb(54,204,203); }
H1.HeaderClassName
{
color: #36CCCB;
}
.AnyTagClassName
{
color: #36CCCB;
}
</style>
background-color css
<style>
a { background-color: #36CCCB; }
a { background-color: rgb(54,204,203); }
div.DivClassName
{
background-color: #36CCCB;
}
.BgClassName
{
background-color: #36CCCB;
}
</style>
border-color css
<style>
span { border-color: #36CCCB; }
span { border-color: rgb(54,204,203); }
td.TdClassName
{
border-color: #36CCCB;
}
.TagClassName
{
border-color: #36CCCB;
}
</style>