Shades of Medium Turquoise #36CFE0
Tints of Medium Turquoise #36CFE0
RGB
CMYK
RGB Variations
Color information
#36CFE0 (or 0x36CFE0) is known color: Medium Turquoise. HEX triplet: 36, CF and E0. RGB value is (54,207,224). Sum of RGB (Red+Green+Blue) = 54+207+224=485 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.13% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #36CFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFE0 is #C9301F. Grayscale: #A2A2A2. Windows color (decimal): -13185056 or 14733110. OLE color: 14733110.
HSL color Cylindrical-coordinate representation of color #36CFE0: hue angle of 186º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36CFE0 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 207 | 224 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.12 |
| HSL | 186º | 0.73% | 0.55% | - |
| HSV(B) | 186º | 0.76% | 0.88% | - |
| XYZ | 37.29 | 50.79 | 78.36 | - |
| YUV | 163.19 | 162.31 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 224 | 0.76 | 0.08 | 0 | 0.12 | 186 | 0.73 | 0.55 |
| Hex | 36 | CF | E0 | 4C | 8 | 0 | C | BA | 49 | 37 |
| Octal | 66 | 317 | 340 | 114 | 10 | 0 | 14 | 272 | 111 | 67 |
| Binary | 110110 | 11001111 | 11100000 | 1001100 | 1000 | 0 | 1100 | 10111010 | 1001001 | 110111 |
Color Harmonies of #36CFE0
Complementary color
Monochromatic Colors of #36CFE0
Black with #36CFE0
Text Example
Text Example
White with #36CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CFE0; }
p { color: rgb(54,207,224); }
H1.HeaderClassName
{
color: #36CFE0;
}
.AnyTagClassName
{
color: #36CFE0;
}
</style>
background-color css
<style>
a { background-color: #36CFE0; }
a { background-color: rgb(54,207,224); }
div.DivClassName
{
background-color: #36CFE0;
}
.BgClassName
{
background-color: #36CFE0;
}
</style>
border-color css
<style>
span { border-color: #36CFE0; }
span { border-color: rgb(54,207,224); }
td.TdClassName
{
border-color: #36CFE0;
}
.TagClassName
{
border-color: #36CFE0;
}
</style>