Shades of Turquoise #36FECB
Tints of Turquoise #36FECB
RGB
CMYK
RGB Variations
Color information
#36FECB (or 0x36FECB) is known color: Turquoise. HEX triplet: 36, FE and CB. RGB value is (54,254,203). Sum of RGB (Red+Green+Blue) = 54+254+203=511 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.57% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #36FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FECB is #C90134. Grayscale: #BCBCBC. Windows color (decimal): -13173045 or 13368886. OLE color: 13368886.
HSL color Cylindrical-coordinate representation of color #36FECB: hue angle of 164.7º 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 #36FECB is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 203 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.00 |
| HSL | 164.7º | 0.99% | 0.6% | - |
| HSV(B) | 164.7º | 0.79% | 1% | - |
| XYZ | 47.74 | 75.98 | 68.65 | - |
| YUV | 188.39 | 136.24 | 32.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 203 | 0.79 | 0 | 0.20 | 0.00 | 164.7 | 0.99 | 0.6 |
| Hex | 36 | FE | CB | 4F | 0 | 14 | 0 | A5 | 63 | 3C |
| Octal | 66 | 376 | 313 | 117 | 0 | 24 | 0 | 245 | 143 | 74 |
| Binary | 110110 | 11111110 | 11001011 | 1001111 | 0 | 10100 | 0 | 10100101 | 1100011 | 111100 |
Color Harmonies of #36FECB
Complementary color
Monochromatic Colors of #36FECB
Black with #36FECB
Text Example
Text Example
White with #36FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FECB; }
p { color: rgb(54,254,203); }
H1.HeaderClassName
{
color: #36FECB;
}
.AnyTagClassName
{
color: #36FECB;
}
</style>
background-color css
<style>
a { background-color: #36FECB; }
a { background-color: rgb(54,254,203); }
div.DivClassName
{
background-color: #36FECB;
}
.BgClassName
{
background-color: #36FECB;
}
</style>
border-color css
<style>
span { border-color: #36FECB; }
span { border-color: rgb(54,254,203); }
td.TdClassName
{
border-color: #36FECB;
}
.TagClassName
{
border-color: #36FECB;
}
</style>