Shades of Turquoise #36F5E8
Tints of Turquoise #36F5E8
RGB
CMYK
RGB Variations
Color information
#36F5E8 (or 0x36F5E8) is known color: Turquoise. HEX triplet: 36, F5 and E8. RGB value is (54,245,232). Sum of RGB (Red+Green+Blue) = 54+245+232=531 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.17% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #36F5E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36F5E8 is #C90A17. Grayscale: #BABABA. Windows color (decimal): -13175320 or 15267126. OLE color: 15267126.
HSL color Cylindrical-coordinate representation of color #36F5E8: hue angle of 175.92º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F5E8 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 245 | 232 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.04 |
| HSL | 175.92º | 0.91% | 0.59% | - |
| HSV(B) | 175.92º | 0.78% | 0.96% | - |
| XYZ | 48.74 | 71.92 | 87.66 | - |
| YUV | 186.41 | 153.72 | 33.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 245 | 232 | 0.78 | 0 | 0.05 | 0.04 | 175.92 | 0.91 | 0.59 |
| Hex | 36 | F5 | E8 | 4E | 0 | 5 | 4 | B0 | 5B | 3B |
| Octal | 66 | 365 | 350 | 116 | 0 | 5 | 4 | 260 | 133 | 73 |
| Binary | 110110 | 11110101 | 11101000 | 1001110 | 0 | 101 | 100 | 10110000 | 1011011 | 111011 |
Color Harmonies of #36F5E8
Complementary color
Monochromatic Colors of #36F5E8
Black with #36F5E8
Text Example
Text Example
White with #36F5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F5E8; }
p { color: rgb(54,245,232); }
H1.HeaderClassName
{
color: #36F5E8;
}
.AnyTagClassName
{
color: #36F5E8;
}
</style>
background-color css
<style>
a { background-color: #36F5E8; }
a { background-color: rgb(54,245,232); }
div.DivClassName
{
background-color: #36F5E8;
}
.BgClassName
{
background-color: #36F5E8;
}
</style>
border-color css
<style>
span { border-color: #36F5E8; }
span { border-color: rgb(54,245,232); }
td.TdClassName
{
border-color: #36F5E8;
}
.TagClassName
{
border-color: #36F5E8;
}
</style>