Shades of Turquoise #36FECF
Tints of Turquoise #36FECF
RGB
CMYK
RGB Variations
Color information
#36FECF (or 0x36FECF) is known color: Turquoise. HEX triplet: 36, FE and CF. RGB value is (54,254,207). Sum of RGB (Red+Green+Blue) = 54+254+207=515 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.49% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #36FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FECF is #C90130. Grayscale: #BCBCBC. Windows color (decimal): -13173041 or 13631030. OLE color: 13631030.
HSL color Cylindrical-coordinate representation of color #36FECF: hue angle of 165.9º 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 #36FECF is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 207 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.00 |
| HSL | 165.9º | 0.99% | 0.6% | - |
| HSV(B) | 165.9º | 0.79% | 1% | - |
| XYZ | 48.23 | 76.17 | 71.19 | - |
| YUV | 188.84 | 138.24 | 31.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 207 | 0.79 | 0 | 0.19 | 0.00 | 165.9 | 0.99 | 0.6 |
| Hex | 36 | FE | CF | 4F | 0 | 13 | 0 | A6 | 63 | 3C |
| Octal | 66 | 376 | 317 | 117 | 0 | 23 | 0 | 246 | 143 | 74 |
| Binary | 110110 | 11111110 | 11001111 | 1001111 | 0 | 10011 | 0 | 10100110 | 1100011 | 111100 |
Color Harmonies of #36FECF
Complementary color
Monochromatic Colors of #36FECF
Black with #36FECF
Text Example
Text Example
White with #36FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FECF; }
p { color: rgb(54,254,207); }
H1.HeaderClassName
{
color: #36FECF;
}
.AnyTagClassName
{
color: #36FECF;
}
</style>
background-color css
<style>
a { background-color: #36FECF; }
a { background-color: rgb(54,254,207); }
div.DivClassName
{
background-color: #36FECF;
}
.BgClassName
{
background-color: #36FECF;
}
</style>
border-color css
<style>
span { border-color: #36FECF; }
span { border-color: rgb(54,254,207); }
td.TdClassName
{
border-color: #36FECF;
}
.TagClassName
{
border-color: #36FECF;
}
</style>