Shades of Medium Turquoise #36CFE5
Tints of Medium Turquoise #36CFE5
RGB
CMYK
RGB Variations
Color information
#36CFE5 (or 0x36CFE5) is known color: Medium Turquoise. HEX triplet: 36, CF and E5. RGB value is (54,207,229). Sum of RGB (Red+Green+Blue) = 54+207+229=490 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.02% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #36CFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFE5 is #C9301A. Grayscale: #A3A3A3. Windows color (decimal): -13185051 or 15060790. OLE color: 15060790.
HSL color Cylindrical-coordinate representation of color #36CFE5: hue angle of 187.54º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36CFE5 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 207 | 229 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.10 |
| HSL | 187.54º | 0.77% | 0.55% | - |
| HSV(B) | 187.54º | 0.76% | 0.9% | - |
| XYZ | 37.98 | 51.07 | 81.98 | - |
| YUV | 163.76 | 164.81 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 229 | 0.76 | 0.10 | 0 | 0.10 | 187.54 | 0.77 | 0.55 |
| Hex | 36 | CF | E5 | 4C | A | 0 | A | BC | 4D | 37 |
| Octal | 66 | 317 | 345 | 114 | 12 | 0 | 12 | 274 | 115 | 67 |
| Binary | 110110 | 11001111 | 11100101 | 1001100 | 1010 | 0 | 1010 | 10111100 | 1001101 | 110111 |
Color Harmonies of #36CFE5
Complementary color
Monochromatic Colors of #36CFE5
Black with #36CFE5
Text Example
Text Example
White with #36CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CFE5; }
p { color: rgb(54,207,229); }
H1.HeaderClassName
{
color: #36CFE5;
}
.AnyTagClassName
{
color: #36CFE5;
}
</style>
background-color css
<style>
a { background-color: #36CFE5; }
a { background-color: rgb(54,207,229); }
div.DivClassName
{
background-color: #36CFE5;
}
.BgClassName
{
background-color: #36CFE5;
}
</style>
border-color css
<style>
span { border-color: #36CFE5; }
span { border-color: rgb(54,207,229); }
td.TdClassName
{
border-color: #36CFE5;
}
.TagClassName
{
border-color: #36CFE5;
}
</style>