Shades of Bright Turquoise #00FFCF
Tints of Bright Turquoise #00FFCF
RGB
CMYK
RGB Variations
Color information
#00FFCF (or 0x00FFCF) is known color: Bright Turquoise. HEX triplet: 00, FF and CF. RGB value is (0,255,207). Sum of RGB (Red+Green+Blue) = 0+255+207=462 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFCF is #FF0030. Grayscale: #ADADAD. Windows color (decimal): -16711729 or 13631232. OLE color: 13631232.
HSL color Cylindrical-coordinate representation of color #00FFCF: hue angle of 168.71º 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 #00FFCF is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 207 | - |
| CMYK | 1 | 0 | 0.19 | 0 |
| HSL | 168.71º | 1% | 0.5% | - |
| HSV(B) | 168.71º | 1% | 1% | - |
| XYZ | 47.02 | 76.02 | 71.23 | - |
| YUV | 173.28 | 147.02 | 4.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 207 | 1 | 0 | 0.19 | 0 | 168.71 | 1 | 0.5 |
| Hex | 0 | FF | CF | 64 | 0 | 13 | 0 | A9 | 64 | 32 |
| Octal | 0 | 377 | 317 | 144 | 0 | 23 | 0 | 251 | 144 | 62 |
| Binary | 0 | 11111111 | 11001111 | 1100100 | 0 | 10011 | 0 | 10101001 | 1100100 | 110010 |
Color Harmonies of #00FFCF
Complementary color
Monochromatic Colors of #00FFCF
Black with #00FFCF
Text Example
Text Example
White with #00FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFCF; }
p { color: rgb(0,255,207); }
H1.HeaderClassName
{
color: #00FFCF;
}
.AnyTagClassName
{
color: #00FFCF;
}
</style>
background-color css
<style>
a { background-color: #00FFCF; }
a { background-color: rgb(0,255,207); }
div.DivClassName
{
background-color: #00FFCF;
}
.BgClassName
{
background-color: #00FFCF;
}
</style>
border-color css
<style>
span { border-color: #00FFCF; }
span { border-color: rgb(0,255,207); }
td.TdClassName
{
border-color: #00FFCF;
}
.TagClassName
{
border-color: #00FFCF;
}
</style>