Shades of Bright Turquoise #00FCCF
Tints of Bright Turquoise #00FCCF
RGB
CMYK
RGB Variations
Color information
#00FCCF (or 0x00FCCF) is known color: Bright Turquoise. HEX triplet: 00, FC and CF. RGB value is (0,252,207). Sum of RGB (Red+Green+Blue) = 0+252+207=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FCCF is #FF0330. Grayscale: #ABABAB. Windows color (decimal): -16712497 or 13630464. OLE color: 13630464.
HSL color Cylindrical-coordinate representation of color #00FCCF: hue angle of 169.29º 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 #00FCCF is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 252 | 207 | - |
| CMYK | 1 | 0 | 0.18 | 0.01 |
| HSL | 169.29º | 1% | 0.49% | - |
| HSV(B) | 169.29º | 1% | 0.99% | - |
| XYZ | 46.07 | 74.13 | 70.91 | - |
| YUV | 171.52 | 148.01 | 5.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 207 | 1 | 0 | 0.18 | 0.01 | 169.29 | 1 | 0.49 |
| Hex | 0 | FC | CF | 64 | 0 | 12 | 1 | A9 | 64 | 31 |
| Octal | 0 | 374 | 317 | 144 | 0 | 22 | 1 | 251 | 144 | 61 |
| Binary | 0 | 11111100 | 11001111 | 1100100 | 0 | 10010 | 1 | 10101001 | 1100100 | 110001 |
Color Harmonies of #00FCCF
Complementary color
Monochromatic Colors of #00FCCF
Black with #00FCCF
Text Example
Text Example
White with #00FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCCF; }
p { color: rgb(0,252,207); }
H1.HeaderClassName
{
color: #00FCCF;
}
.AnyTagClassName
{
color: #00FCCF;
}
</style>
background-color css
<style>
a { background-color: #00FCCF; }
a { background-color: rgb(0,252,207); }
div.DivClassName
{
background-color: #00FCCF;
}
.BgClassName
{
background-color: #00FCCF;
}
</style>
border-color css
<style>
span { border-color: #00FCCF; }
span { border-color: rgb(0,252,207); }
td.TdClassName
{
border-color: #00FCCF;
}
.TagClassName
{
border-color: #00FCCF;
}
</style>