Shades of Bright Turquoise #00FEC7
Tints of Bright Turquoise #00FEC7
RGB
CMYK
RGB Variations
Color information
#00FEC7 (or 0x00FEC7) is known color: Bright Turquoise. HEX triplet: 00, FE and C7. RGB value is (0,254,199). Sum of RGB (Red+Green+Blue) = 0+254+199=453 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FEC7 is #FF0138. Grayscale: #ABABAB. Windows color (decimal): -16711993 or 13106688. OLE color: 13106688.
HSL color Cylindrical-coordinate representation of color #00FEC7: hue angle of 167.01º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FEC7 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 199 | - |
| CMYK | 1 | 0 | 0.22 | 0.00 |
| HSL | 167.01º | 1% | 0.5% | - |
| HSV(B) | 167.01º | 1% | 1% | - |
| XYZ | 45.75 | 75.01 | 66.1 | - |
| YUV | 171.78 | 143.35 | 5.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 199 | 1 | 0 | 0.22 | 0.00 | 167.01 | 1 | 0.5 |
| Hex | 0 | FE | C7 | 64 | 0 | 16 | 0 | A7 | 64 | 32 |
| Octal | 0 | 376 | 307 | 144 | 0 | 26 | 0 | 247 | 144 | 62 |
| Binary | 0 | 11111110 | 11000111 | 1100100 | 0 | 10110 | 0 | 10100111 | 1100100 | 110010 |
Color Harmonies of #00FEC7
Complementary color
Monochromatic Colors of #00FEC7
Black with #00FEC7
Text Example
Text Example
White with #00FEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEC7; }
p { color: rgb(0,254,199); }
H1.HeaderClassName
{
color: #00FEC7;
}
.AnyTagClassName
{
color: #00FEC7;
}
</style>
background-color css
<style>
a { background-color: #00FEC7; }
a { background-color: rgb(0,254,199); }
div.DivClassName
{
background-color: #00FEC7;
}
.BgClassName
{
background-color: #00FEC7;
}
</style>
border-color css
<style>
span { border-color: #00FEC7; }
span { border-color: rgb(0,254,199); }
td.TdClassName
{
border-color: #00FEC7;
}
.TagClassName
{
border-color: #00FEC7;
}
</style>