Shades of Turquoise #36FEC4
Tints of Turquoise #36FEC4
RGB
CMYK
RGB Variations
Color information
#36FEC4 (or 0x36FEC4) is known color: Turquoise. HEX triplet: 36, FE and C4. RGB value is (54,254,196). Sum of RGB (Red+Green+Blue) = 54+254+196=504 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.71% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #36FEC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FEC4 is #C9013B. Grayscale: #BBBBBB. Windows color (decimal): -13173052 or 12910134. OLE color: 12910134.
HSL color Cylindrical-coordinate representation of color #36FEC4: hue angle of 162.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FEC4 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 196 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.00 |
| HSL | 162.6º | 0.99% | 0.6% | - |
| HSV(B) | 162.6º | 0.79% | 1% | - |
| XYZ | 46.93 | 75.65 | 64.35 | - |
| YUV | 187.59 | 132.74 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 196 | 0.79 | 0 | 0.23 | 0.00 | 162.6 | 0.99 | 0.6 |
| Hex | 36 | FE | C4 | 4F | 0 | 17 | 0 | A3 | 63 | 3C |
| Octal | 66 | 376 | 304 | 117 | 0 | 27 | 0 | 243 | 143 | 74 |
| Binary | 110110 | 11111110 | 11000100 | 1001111 | 0 | 10111 | 0 | 10100011 | 1100011 | 111100 |
Color Harmonies of #36FEC4
Complementary color
Monochromatic Colors of #36FEC4
Black with #36FEC4
Text Example
Text Example
White with #36FEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FEC4; }
p { color: rgb(54,254,196); }
H1.HeaderClassName
{
color: #36FEC4;
}
.AnyTagClassName
{
color: #36FEC4;
}
</style>
background-color css
<style>
a { background-color: #36FEC4; }
a { background-color: rgb(54,254,196); }
div.DivClassName
{
background-color: #36FEC4;
}
.BgClassName
{
background-color: #36FEC4;
}
</style>
border-color css
<style>
span { border-color: #36FEC4; }
span { border-color: rgb(54,254,196); }
td.TdClassName
{
border-color: #36FEC4;
}
.TagClassName
{
border-color: #36FEC4;
}
</style>