Shades of Bright Turquoise #00F8CE
Tints of Bright Turquoise #00F8CE
RGB
CMYK
RGB Variations
Color information
#00F8CE (or 0x00F8CE) is known color: Bright Turquoise. HEX triplet: 00, F8 and CE. RGB value is (0,248,206). Sum of RGB (Red+Green+Blue) = 0+248+206=454 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 454); Green value is 248 (97.27% from 255 or 54.63% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 248 - color contains mainly: green. Hex color #00F8CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F8CE is #FF0731. Grayscale: #A8A8A8. Windows color (decimal): -16713522 or 13563904. OLE color: 13563904.
HSL color Cylindrical-coordinate representation of color #00F8CE: hue angle of 169.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F8CE is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 248 | 206 | - |
| CMYK | 1 | 0 | 0.17 | 0.03 |
| HSL | 169.84º | 1% | 0.49% | - |
| HSV(B) | 169.84º | 1% | 0.97% | - |
| XYZ | 44.71 | 71.59 | 69.85 | - |
| YUV | 169.06 | 148.84 | 7.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 248 | 206 | 1 | 0 | 0.17 | 0.03 | 169.84 | 1 | 0.49 |
| Hex | 0 | F8 | CE | 64 | 0 | 11 | 3 | AA | 64 | 31 |
| Octal | 0 | 370 | 316 | 144 | 0 | 21 | 3 | 252 | 144 | 61 |
| Binary | 0 | 11111000 | 11001110 | 1100100 | 0 | 10001 | 11 | 10101010 | 1100100 | 110001 |
Color Harmonies of #00F8CE
Complementary color
Monochromatic Colors of #00F8CE
Black with #00F8CE
Text Example
Text Example
White with #00F8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F8CE; }
p { color: rgb(0,248,206); }
H1.HeaderClassName
{
color: #00F8CE;
}
.AnyTagClassName
{
color: #00F8CE;
}
</style>
background-color css
<style>
a { background-color: #00F8CE; }
a { background-color: rgb(0,248,206); }
div.DivClassName
{
background-color: #00F8CE;
}
.BgClassName
{
background-color: #00F8CE;
}
</style>
border-color css
<style>
span { border-color: #00F8CE; }
span { border-color: rgb(0,248,206); }
td.TdClassName
{
border-color: #00F8CE;
}
.TagClassName
{
border-color: #00F8CE;
}
</style>