Shades of Bright Turquoise #00FDC1
Tints of Bright Turquoise #00FDC1
RGB
CMYK
RGB Variations
Color information
#00FDC1 (or 0x00FDC1) is known color: Bright Turquoise. HEX triplet: 00, FD and C1. RGB value is (0,253,193). Sum of RGB (Red+Green+Blue) = 0+253+193=446 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 446); Green value is 253 (99.22% from 255 or 56.73% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FDC1 is #FF023E. Grayscale: #AAAAAA. Windows color (decimal): -16712255 or 12713216. OLE color: 12713216.
HSL color Cylindrical-coordinate representation of color #00FDC1: hue angle of 165.77º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FDC1 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 193 | - |
| CMYK | 1 | 0 | 0.24 | 0.01 |
| HSL | 165.77º | 1% | 0.5% | - |
| HSV(B) | 165.77º | 1% | 0.99% | - |
| XYZ | 44.75 | 74.1 | 62.4 | - |
| YUV | 170.51 | 140.68 | 6.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 193 | 1 | 0 | 0.24 | 0.01 | 165.77 | 1 | 0.5 |
| Hex | 0 | FD | C1 | 64 | 0 | 18 | 1 | A6 | 64 | 32 |
| Octal | 0 | 375 | 301 | 144 | 0 | 30 | 1 | 246 | 144 | 62 |
| Binary | 0 | 11111101 | 11000001 | 1100100 | 0 | 11000 | 1 | 10100110 | 1100100 | 110010 |
Color Harmonies of #00FDC1
Complementary color
Monochromatic Colors of #00FDC1
Black with #00FDC1
Text Example
Text Example
White with #00FDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDC1; }
p { color: rgb(0,253,193); }
H1.HeaderClassName
{
color: #00FDC1;
}
.AnyTagClassName
{
color: #00FDC1;
}
</style>
background-color css
<style>
a { background-color: #00FDC1; }
a { background-color: rgb(0,253,193); }
div.DivClassName
{
background-color: #00FDC1;
}
.BgClassName
{
background-color: #00FDC1;
}
</style>
border-color css
<style>
span { border-color: #00FDC1; }
span { border-color: rgb(0,253,193); }
td.TdClassName
{
border-color: #00FDC1;
}
.TagClassName
{
border-color: #00FDC1;
}
</style>