Shades of Medium Turquoise #36C0C2
Tints of Medium Turquoise #36C0C2
RGB
CMYK
RGB Variations
Color information
#36C0C2 (or 0x36C0C2) is known color: Medium Turquoise. HEX triplet: 36, C0 and C2. RGB value is (54,192,194). Sum of RGB (Red+Green+Blue) = 54+192+194=440 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.27% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 194 - color contains mainly: blue. Hex color #36C0C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C0C2 is #C93F3D. Grayscale: #969696. Windows color (decimal): -13188926 or 12763190. OLE color: 12763190.
HSL color Cylindrical-coordinate representation of color #36C0C2: hue angle of 180.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C0C2 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 192 | 194 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.24 |
| HSL | 180.86º | 0.56% | 0.49% | - |
| HSV(B) | 180.86º | 0.72% | 0.76% | - |
| XYZ | 30.11 | 42.38 | 57.63 | - |
| YUV | 150.97 | 152.28 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 194 | 0.72 | 0.01 | 0 | 0.24 | 180.86 | 0.56 | 0.49 |
| Hex | 36 | C0 | C2 | 48 | 1 | 0 | 18 | B5 | 38 | 31 |
| Octal | 66 | 300 | 302 | 110 | 1 | 0 | 30 | 265 | 70 | 61 |
| Binary | 110110 | 11000000 | 11000010 | 1001000 | 1 | 0 | 11000 | 10110101 | 111000 | 110001 |
Color Harmonies of #36C0C2
Complementary color
Monochromatic Colors of #36C0C2
Black with #36C0C2
Text Example
Text Example
White with #36C0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C0C2; }
p { color: rgb(54,192,194); }
H1.HeaderClassName
{
color: #36C0C2;
}
.AnyTagClassName
{
color: #36C0C2;
}
</style>
background-color css
<style>
a { background-color: #36C0C2; }
a { background-color: rgb(54,192,194); }
div.DivClassName
{
background-color: #36C0C2;
}
.BgClassName
{
background-color: #36C0C2;
}
</style>
border-color css
<style>
span { border-color: #36C0C2; }
span { border-color: rgb(54,192,194); }
td.TdClassName
{
border-color: #36C0C2;
}
.TagClassName
{
border-color: #36C0C2;
}
</style>