Shades of Medium Turquoise #36CFCE
Tints of Medium Turquoise #36CFCE
RGB
CMYK
RGB Variations
Color information
#36CFCE (or 0x36CFCE) is known color: Medium Turquoise. HEX triplet: 36, CF and CE. RGB value is (54,207,206). Sum of RGB (Red+Green+Blue) = 54+207+206=467 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.56% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #36CFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFCE is #C93031. Grayscale: #A0A0A0. Windows color (decimal): -13185074 or 13553462. OLE color: 13553462.
HSL color Cylindrical-coordinate representation of color #36CFCE: hue angle of 179.61º 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 #36CFCE is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 206 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.19 |
| HSL | 179.61º | 0.61% | 0.51% | - |
| HSV(B) | 179.61º | 0.74% | 0.81% | - |
| XYZ | 34.97 | 49.87 | 66.17 | - |
| YUV | 161.14 | 153.31 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 206 | 0.74 | 0 | 0.00 | 0.19 | 179.61 | 0.61 | 0.51 |
| Hex | 36 | CF | CE | 4A | 0 | 0 | 13 | B4 | 3D | 33 |
| Octal | 66 | 317 | 316 | 112 | 0 | 0 | 23 | 264 | 75 | 63 |
| Binary | 110110 | 11001111 | 11001110 | 1001010 | 0 | 0 | 10011 | 10110100 | 111101 | 110011 |
Color Harmonies of #36CFCE
Complementary color
Monochromatic Colors of #36CFCE
Black with #36CFCE
Text Example
Text Example
White with #36CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CFCE; }
p { color: rgb(54,207,206); }
H1.HeaderClassName
{
color: #36CFCE;
}
.AnyTagClassName
{
color: #36CFCE;
}
</style>
background-color css
<style>
a { background-color: #36CFCE; }
a { background-color: rgb(54,207,206); }
div.DivClassName
{
background-color: #36CFCE;
}
.BgClassName
{
background-color: #36CFCE;
}
</style>
border-color css
<style>
span { border-color: #36CFCE; }
span { border-color: rgb(54,207,206); }
td.TdClassName
{
border-color: #36CFCE;
}
.TagClassName
{
border-color: #36CFCE;
}
</style>