Shades of Bright Turquoise #00FCDF
Tints of Bright Turquoise #00FCDF
RGB
CMYK
RGB Variations
Color information
#00FCDF (or 0x00FCDF) is known color: Bright Turquoise. HEX triplet: 00, FC and DF. RGB value is (0,252,223). Sum of RGB (Red+Green+Blue) = 0+252+223=475 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FCDF is #FF0320. Grayscale: #ADADAD. Windows color (decimal): -16712481 or 14679040. OLE color: 14679040.
HSL color Cylindrical-coordinate representation of color #00FCDF: hue angle of 173.1º 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 #00FCDF is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 252 | 223 | - |
| CMYK | 1 | 0 | 0.12 | 0.01 |
| HSL | 173.1º | 1% | 0.49% | - |
| HSV(B) | 173.1º | 1% | 0.99% | - |
| XYZ | 48.13 | 74.95 | 81.74 | - |
| YUV | 173.35 | 156.01 | 4.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 223 | 1 | 0 | 0.12 | 0.01 | 173.1 | 1 | 0.49 |
| Hex | 0 | FC | DF | 64 | 0 | C | 1 | AD | 64 | 31 |
| Octal | 0 | 374 | 337 | 144 | 0 | 14 | 1 | 255 | 144 | 61 |
| Binary | 0 | 11111100 | 11011111 | 1100100 | 0 | 1100 | 1 | 10101101 | 1100100 | 110001 |
Color Harmonies of #00FCDF
Complementary color
Monochromatic Colors of #00FCDF
Black with #00FCDF
Text Example
Text Example
White with #00FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCDF; }
p { color: rgb(0,252,223); }
H1.HeaderClassName
{
color: #00FCDF;
}
.AnyTagClassName
{
color: #00FCDF;
}
</style>
background-color css
<style>
a { background-color: #00FCDF; }
a { background-color: rgb(0,252,223); }
div.DivClassName
{
background-color: #00FCDF;
}
.BgClassName
{
background-color: #00FCDF;
}
</style>
border-color css
<style>
span { border-color: #00FCDF; }
span { border-color: rgb(0,252,223); }
td.TdClassName
{
border-color: #00FCDF;
}
.TagClassName
{
border-color: #00FCDF;
}
</style>