Shades of Turquoise #36F3E5
Tints of Turquoise #36F3E5
RGB
CMYK
RGB Variations
Color information
#36F3E5 (or 0x36F3E5) is known color: Turquoise. HEX triplet: 36, F3 and E5. RGB value is (54,243,229). Sum of RGB (Red+Green+Blue) = 54+243+229=526 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.27% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #36F3E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F3E5 is #C90C1A. Grayscale: #B8B8B8. Windows color (decimal): -13175835 or 15070006. OLE color: 15070006.
HSL color Cylindrical-coordinate representation of color #36F3E5: hue angle of 175.56º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F3E5 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 243 | 229 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.05 |
| HSL | 175.56º | 0.89% | 0.58% | - |
| HSV(B) | 175.56º | 0.78% | 0.95% | - |
| XYZ | 47.71 | 70.54 | 85.23 | - |
| YUV | 184.89 | 152.88 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 243 | 229 | 0.78 | 0 | 0.06 | 0.05 | 175.56 | 0.89 | 0.58 |
| Hex | 36 | F3 | E5 | 4E | 0 | 6 | 5 | B0 | 59 | 3A |
| Octal | 66 | 363 | 345 | 116 | 0 | 6 | 5 | 260 | 131 | 72 |
| Binary | 110110 | 11110011 | 11100101 | 1001110 | 0 | 110 | 101 | 10110000 | 1011001 | 111010 |
Color Harmonies of #36F3E5
Complementary color
Monochromatic Colors of #36F3E5
Black with #36F3E5
Text Example
Text Example
White with #36F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F3E5; }
p { color: rgb(54,243,229); }
H1.HeaderClassName
{
color: #36F3E5;
}
.AnyTagClassName
{
color: #36F3E5;
}
</style>
background-color css
<style>
a { background-color: #36F3E5; }
a { background-color: rgb(54,243,229); }
div.DivClassName
{
background-color: #36F3E5;
}
.BgClassName
{
background-color: #36F3E5;
}
</style>
border-color css
<style>
span { border-color: #36F3E5; }
span { border-color: rgb(54,243,229); }
td.TdClassName
{
border-color: #36F3E5;
}
.TagClassName
{
border-color: #36F3E5;
}
</style>