Shades of Medium Turquoise #36CEC4
Tints of Medium Turquoise #36CEC4
RGB
CMYK
RGB Variations
Color information
#36CEC4 (or 0x36CEC4) is known color: Medium Turquoise. HEX triplet: 36, CE and C4. RGB value is (54,206,196). Sum of RGB (Red+Green+Blue) = 54+206+196=456 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.84% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #36CEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CEC4 is #C9313B. Grayscale: #9F9F9F. Windows color (decimal): -13185340 or 12897846. OLE color: 12897846.
HSL color Cylindrical-coordinate representation of color #36CEC4: hue angle of 176.05º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CEC4 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 206 | 196 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.19 |
| HSL | 176.05º | 0.61% | 0.51% | - |
| HSV(B) | 176.05º | 0.74% | 0.81% | - |
| XYZ | 33.56 | 48.91 | 59.9 | - |
| YUV | 159.41 | 148.64 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 206 | 196 | 0.74 | 0 | 0.05 | 0.19 | 176.05 | 0.61 | 0.51 |
| Hex | 36 | CE | C4 | 4A | 0 | 5 | 13 | B0 | 3D | 33 |
| Octal | 66 | 316 | 304 | 112 | 0 | 5 | 23 | 260 | 75 | 63 |
| Binary | 110110 | 11001110 | 11000100 | 1001010 | 0 | 101 | 10011 | 10110000 | 111101 | 110011 |
Color Harmonies of #36CEC4
Complementary color
Monochromatic Colors of #36CEC4
Black with #36CEC4
Text Example
Text Example
White with #36CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CEC4; }
p { color: rgb(54,206,196); }
H1.HeaderClassName
{
color: #36CEC4;
}
.AnyTagClassName
{
color: #36CEC4;
}
</style>
background-color css
<style>
a { background-color: #36CEC4; }
a { background-color: rgb(54,206,196); }
div.DivClassName
{
background-color: #36CEC4;
}
.BgClassName
{
background-color: #36CEC4;
}
</style>
border-color css
<style>
span { border-color: #36CEC4; }
span { border-color: rgb(54,206,196); }
td.TdClassName
{
border-color: #36CEC4;
}
.TagClassName
{
border-color: #36CEC4;
}
</style>