Shades of Medium Turquoise #36CBC2
Tints of Medium Turquoise #36CBC2
RGB
CMYK
RGB Variations
Color information
#36CBC2 (or 0x36CBC2) is known color: Medium Turquoise. HEX triplet: 36, CB and C2. RGB value is (54,203,194). Sum of RGB (Red+Green+Blue) = 54+203+194=451 (59% of max value = 765). Red value is 54 (21.48% from 255 or 11.97% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #36CBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CBC2 is #C9343D. Grayscale: #9D9D9D. Windows color (decimal): -13186110 or 12766006. OLE color: 12766006.
HSL color Cylindrical-coordinate representation of color #36CBC2: hue angle of 176.38º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CBC2 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 203 | 194 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.20 |
| HSL | 176.38º | 0.59% | 0.5% | - |
| HSV(B) | 176.38º | 0.73% | 0.8% | - |
| XYZ | 32.61 | 47.39 | 58.47 | - |
| YUV | 157.42 | 148.64 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 203 | 194 | 0.73 | 0 | 0.04 | 0.20 | 176.38 | 0.59 | 0.5 |
| Hex | 36 | CB | C2 | 49 | 0 | 4 | 14 | B0 | 3B | 32 |
| Octal | 66 | 313 | 302 | 111 | 0 | 4 | 24 | 260 | 73 | 62 |
| Binary | 110110 | 11001011 | 11000010 | 1001001 | 0 | 100 | 10100 | 10110000 | 111011 | 110010 |
Color Harmonies of #36CBC2
Complementary color
Monochromatic Colors of #36CBC2
Black with #36CBC2
Text Example
Text Example
White with #36CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CBC2; }
p { color: rgb(54,203,194); }
H1.HeaderClassName
{
color: #36CBC2;
}
.AnyTagClassName
{
color: #36CBC2;
}
</style>
background-color css
<style>
a { background-color: #36CBC2; }
a { background-color: rgb(54,203,194); }
div.DivClassName
{
background-color: #36CBC2;
}
.BgClassName
{
background-color: #36CBC2;
}
</style>
border-color css
<style>
span { border-color: #36CBC2; }
span { border-color: rgb(54,203,194); }
td.TdClassName
{
border-color: #36CBC2;
}
.TagClassName
{
border-color: #36CBC2;
}
</style>