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