Shades of Bright Turquoise #00FCE6
Tints of Bright Turquoise #00FCE6
RGB
CMYK
RGB Variations
Color information
#00FCE6 (or 0x00FCE6) is known color: Bright Turquoise. HEX triplet: 00, FC and E6. RGB value is (0,252,230). Sum of RGB (Red+Green+Blue) = 0+252+230=482 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FCE6 is #FF0319. Grayscale: #ADADAD. Windows color (decimal): -16712474 or 15137792. OLE color: 15137792.
HSL color Cylindrical-coordinate representation of color #00FCE6: hue angle of 174.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FCE6 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 252 | 230 | - |
| CMYK | 1 | 0 | 0.09 | 0.01 |
| HSL | 174.76º | 1% | 0.49% | - |
| HSV(B) | 174.76º | 1% | 0.99% | - |
| XYZ | 49.09 | 75.33 | 86.82 | - |
| YUV | 174.14 | 159.51 | 3.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 230 | 1 | 0 | 0.09 | 0.01 | 174.76 | 1 | 0.49 |
| Hex | 0 | FC | E6 | 64 | 0 | 9 | 1 | AF | 64 | 31 |
| Octal | 0 | 374 | 346 | 144 | 0 | 11 | 1 | 257 | 144 | 61 |
| Binary | 0 | 11111100 | 11100110 | 1100100 | 0 | 1001 | 1 | 10101111 | 1100100 | 110001 |
Color Harmonies of #00FCE6
Complementary color
Monochromatic Colors of #00FCE6
Black with #00FCE6
Text Example
Text Example
White with #00FCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCE6; }
p { color: rgb(0,252,230); }
H1.HeaderClassName
{
color: #00FCE6;
}
.AnyTagClassName
{
color: #00FCE6;
}
</style>
background-color css
<style>
a { background-color: #00FCE6; }
a { background-color: rgb(0,252,230); }
div.DivClassName
{
background-color: #00FCE6;
}
.BgClassName
{
background-color: #00FCE6;
}
</style>
border-color css
<style>
span { border-color: #00FCE6; }
span { border-color: rgb(0,252,230); }
td.TdClassName
{
border-color: #00FCE6;
}
.TagClassName
{
border-color: #00FCE6;
}
</style>