Shades of Bright Turquoise #00FCD1
Tints of Bright Turquoise #00FCD1
RGB
CMYK
RGB Variations
Color information
#00FCD1 (or 0x00FCD1) is known color: Bright Turquoise. HEX triplet: 00, FC and D1. RGB value is (0,252,209). Sum of RGB (Red+Green+Blue) = 0+252+209=461 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 461); Green value is 252 (98.83% from 255 or 54.66% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FCD1 is #FF032E. Grayscale: #ABABAB. Windows color (decimal): -16712495 or 13761536. OLE color: 13761536.
HSL color Cylindrical-coordinate representation of color #00FCD1: hue angle of 169.76º 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 #00FCD1 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 252 | 209 | - |
| CMYK | 1 | 0 | 0.17 | 0.01 |
| HSL | 169.76º | 1% | 0.49% | - |
| HSV(B) | 169.76º | 1% | 0.99% | - |
| XYZ | 46.32 | 74.22 | 72.21 | - |
| YUV | 171.75 | 149.01 | 5.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 209 | 1 | 0 | 0.17 | 0.01 | 169.76 | 1 | 0.49 |
| Hex | 0 | FC | D1 | 64 | 0 | 11 | 1 | AA | 64 | 31 |
| Octal | 0 | 374 | 321 | 144 | 0 | 21 | 1 | 252 | 144 | 61 |
| Binary | 0 | 11111100 | 11010001 | 1100100 | 0 | 10001 | 1 | 10101010 | 1100100 | 110001 |
Color Harmonies of #00FCD1
Complementary color
Monochromatic Colors of #00FCD1
Black with #00FCD1
Text Example
Text Example
White with #00FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCD1; }
p { color: rgb(0,252,209); }
H1.HeaderClassName
{
color: #00FCD1;
}
.AnyTagClassName
{
color: #00FCD1;
}
</style>
background-color css
<style>
a { background-color: #00FCD1; }
a { background-color: rgb(0,252,209); }
div.DivClassName
{
background-color: #00FCD1;
}
.BgClassName
{
background-color: #00FCD1;
}
</style>
border-color css
<style>
span { border-color: #00FCD1; }
span { border-color: rgb(0,252,209); }
td.TdClassName
{
border-color: #00FCD1;
}
.TagClassName
{
border-color: #00FCD1;
}
</style>