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