Shades of Medium Turquoise #36C2CC
Tints of Medium Turquoise #36C2CC
RGB
CMYK
RGB Variations
Color information
#36C2CC (or 0x36C2CC) is known color: Medium Turquoise. HEX triplet: 36, C2 and CC. RGB value is (54,194,204). Sum of RGB (Red+Green+Blue) = 54+194+204=452 (59% of max value = 765). Red value is 54 (21.48% from 255 or 11.95% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #36C2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C2CC is #C93D33. Grayscale: #999999. Windows color (decimal): -13188404 or 13419062. OLE color: 13419062.
HSL color Cylindrical-coordinate representation of color #36C2CC: hue angle of 184º 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 #36C2CC is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 194 | 204 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.2 |
| HSL | 184º | 0.6% | 0.51% | - |
| HSV(B) | 184º | 0.74% | 0.8% | - |
| XYZ | 31.71 | 43.73 | 63.9 | - |
| YUV | 153.28 | 156.62 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 194 | 204 | 0.74 | 0.05 | 0 | 0.2 | 184 | 0.6 | 0.51 |
| Hex | 36 | C2 | CC | 4A | 5 | 0 | 14 | B8 | 3C | 33 |
| Octal | 66 | 302 | 314 | 112 | 5 | 0 | 24 | 270 | 74 | 63 |
| Binary | 110110 | 11000010 | 11001100 | 1001010 | 101 | 0 | 10100 | 10111000 | 111100 | 110011 |
Color Harmonies of #36C2CC
Complementary color
Monochromatic Colors of #36C2CC
Black with #36C2CC
Text Example
Text Example
White with #36C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C2CC; }
p { color: rgb(54,194,204); }
H1.HeaderClassName
{
color: #36C2CC;
}
.AnyTagClassName
{
color: #36C2CC;
}
</style>
background-color css
<style>
a { background-color: #36C2CC; }
a { background-color: rgb(54,194,204); }
div.DivClassName
{
background-color: #36C2CC;
}
.BgClassName
{
background-color: #36C2CC;
}
</style>
border-color css
<style>
span { border-color: #36C2CC; }
span { border-color: rgb(54,194,204); }
td.TdClassName
{
border-color: #36C2CC;
}
.TagClassName
{
border-color: #36C2CC;
}
</style>