Shades of Turquoise #36F5E3
Tints of Turquoise #36F5E3
RGB
CMYK
RGB Variations
Color information
#36F5E3 (or 0x36F5E3) is known color: Turquoise. HEX triplet: 36, F5 and E3. RGB value is (54,245,227). Sum of RGB (Red+Green+Blue) = 54+245+227=526 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.27% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #36F5E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F5E3 is #C90A1C. Grayscale: #B9B9B9. Windows color (decimal): -13175325 or 14939446. OLE color: 14939446.
HSL color Cylindrical-coordinate representation of color #36F5E3: hue angle of 174.35º 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 #36F5E3 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 245 | 227 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.04 |
| HSL | 174.35º | 0.91% | 0.59% | - |
| HSV(B) | 174.35º | 0.78% | 0.96% | - |
| XYZ | 48.04 | 71.64 | 83.97 | - |
| YUV | 185.84 | 151.22 | 33.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 245 | 227 | 0.78 | 0 | 0.07 | 0.04 | 174.35 | 0.91 | 0.59 |
| Hex | 36 | F5 | E3 | 4E | 0 | 7 | 4 | AE | 5B | 3B |
| Octal | 66 | 365 | 343 | 116 | 0 | 7 | 4 | 256 | 133 | 73 |
| Binary | 110110 | 11110101 | 11100011 | 1001110 | 0 | 111 | 100 | 10101110 | 1011011 | 111011 |
Color Harmonies of #36F5E3
Complementary color
Monochromatic Colors of #36F5E3
Black with #36F5E3
Text Example
Text Example
White with #36F5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F5E3; }
p { color: rgb(54,245,227); }
H1.HeaderClassName
{
color: #36F5E3;
}
.AnyTagClassName
{
color: #36F5E3;
}
</style>
background-color css
<style>
a { background-color: #36F5E3; }
a { background-color: rgb(54,245,227); }
div.DivClassName
{
background-color: #36F5E3;
}
.BgClassName
{
background-color: #36F5E3;
}
</style>
border-color css
<style>
span { border-color: #36F5E3; }
span { border-color: rgb(54,245,227); }
td.TdClassName
{
border-color: #36F5E3;
}
.TagClassName
{
border-color: #36F5E3;
}
</style>