Shades of Medium Turquoise #36CCC3
Tints of Medium Turquoise #36CCC3
RGB
CMYK
RGB Variations
Color information
#36CCC3 (or 0x36CCC3) is known color: Medium Turquoise. HEX triplet: 36, CC and C3. RGB value is (54,204,195). Sum of RGB (Red+Green+Blue) = 54+204+195=453 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.92% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #36CCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCC3 is #C9333C. Grayscale: #9E9E9E. Windows color (decimal): -13185853 or 12831798. OLE color: 12831798.
HSL color Cylindrical-coordinate representation of color #36CCC3: hue angle of 176.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 #36CCC3 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 204 | 195 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.2 |
| HSL | 176.4º | 0.6% | 0.51% | - |
| HSV(B) | 176.4º | 0.74% | 0.8% | - |
| XYZ | 32.96 | 47.91 | 59.14 | - |
| YUV | 158.12 | 148.81 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 195 | 0.74 | 0 | 0.04 | 0.2 | 176.4 | 0.6 | 0.51 |
| Hex | 36 | CC | C3 | 4A | 0 | 4 | 14 | B0 | 3C | 33 |
| Octal | 66 | 314 | 303 | 112 | 0 | 4 | 24 | 260 | 74 | 63 |
| Binary | 110110 | 11001100 | 11000011 | 1001010 | 0 | 100 | 10100 | 10110000 | 111100 | 110011 |
Color Harmonies of #36CCC3
Complementary color
Monochromatic Colors of #36CCC3
Black with #36CCC3
Text Example
Text Example
White with #36CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CCC3; }
p { color: rgb(54,204,195); }
H1.HeaderClassName
{
color: #36CCC3;
}
.AnyTagClassName
{
color: #36CCC3;
}
</style>
background-color css
<style>
a { background-color: #36CCC3; }
a { background-color: rgb(54,204,195); }
div.DivClassName
{
background-color: #36CCC3;
}
.BgClassName
{
background-color: #36CCC3;
}
</style>
border-color css
<style>
span { border-color: #36CCC3; }
span { border-color: rgb(54,204,195); }
td.TdClassName
{
border-color: #36CCC3;
}
.TagClassName
{
border-color: #36CCC3;
}
</style>