Shades of Bright Turquoise #00FFCE
Tints of Bright Turquoise #00FFCE
RGB
CMYK
RGB Variations
Color information
#00FFCE (or 0x00FFCE) is known color: Bright Turquoise. HEX triplet: 00, FF and CE. RGB value is (0,255,206). Sum of RGB (Red+Green+Blue) = 0+255+206=461 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFCE is #FF0031. Grayscale: #ADADAD. Windows color (decimal): -16711730 or 13565696. OLE color: 13565696.
HSL color Cylindrical-coordinate representation of color #00FFCE: hue angle of 168.47º 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 #00FFCE is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 255 | 206 | - |
CMYK | 1 | 0 | 0.19 | 0 |
HSL | 168.47º | 1% | 0.5% | - |
HSV(B) | 168.47º | 1% | 1% | - |
XYZ | 46.9 | 75.98 | 70.59 | - |
YUV | 173.17 | 146.52 | 4.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 255 | 206 | 1 | 0 | 0.19 | 0 | 168.47 | 1 | 0.5 |
Hex | 0 | FF | CE | 64 | 0 | 13 | 0 | A8 | 64 | 32 |
Octal | 0 | 377 | 316 | 144 | 0 | 23 | 0 | 250 | 144 | 62 |
Binary | 0 | 11111111 | 11001110 | 1100100 | 0 | 10011 | 0 | 10101000 | 1100100 | 110010 |
Color Harmonies of #00FFCE
Complementary color
Monochromatic Colors of #00FFCE
Black with #00FFCE
Text Example
Text Example
White with #00FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFCE; }
p { color: rgb(0,255,206); }
H1.HeaderClassName
{
color: #00FFCE;
}
.AnyTagClassName
{
color: #00FFCE;
}
</style>
background-color css
<style>
a { background-color: #00FFCE; }
a { background-color: rgb(0,255,206); }
div.DivClassName
{
background-color: #00FFCE;
}
.BgClassName
{
background-color: #00FFCE;
}
</style>
border-color css
<style>
span { border-color: #00FFCE; }
span { border-color: rgb(0,255,206); }
td.TdClassName
{
border-color: #00FFCE;
}
.TagClassName
{
border-color: #00FFCE;
}
</style>