Shades of Bright Turquoise #00FDD1
Tints of Bright Turquoise #00FDD1
RGB
CMYK
RGB Variations
Color information
#00FDD1 (or 0x00FDD1) is known color: Bright Turquoise. HEX triplet: 00, FD and D1. RGB value is (0,253,209). Sum of RGB (Red+Green+Blue) = 0+253+209=462 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 462); Green value is 253 (99.22% from 255 or 54.76% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FDD1 is #FF022E. Grayscale: #ACACAC. Windows color (decimal): -16712239 or 13761792. OLE color: 13761792.
HSL color Cylindrical-coordinate representation of color #00FDD1: hue angle of 169.57º 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 #00FDD1 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 209 | - |
| CMYK | 1 | 0 | 0.17 | 0.01 |
| HSL | 169.57º | 1% | 0.5% | - |
| HSV(B) | 169.57º | 1% | 0.99% | - |
| XYZ | 46.63 | 74.85 | 72.31 | - |
| YUV | 172.34 | 148.68 | 5.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 209 | 1 | 0 | 0.17 | 0.01 | 169.57 | 1 | 0.5 |
| Hex | 0 | FD | D1 | 64 | 0 | 11 | 1 | AA | 64 | 32 |
| Octal | 0 | 375 | 321 | 144 | 0 | 21 | 1 | 252 | 144 | 62 |
| Binary | 0 | 11111101 | 11010001 | 1100100 | 0 | 10001 | 1 | 10101010 | 1100100 | 110010 |
Color Harmonies of #00FDD1
Complementary color
Monochromatic Colors of #00FDD1
Black with #00FDD1
Text Example
Text Example
White with #00FDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDD1; }
p { color: rgb(0,253,209); }
H1.HeaderClassName
{
color: #00FDD1;
}
.AnyTagClassName
{
color: #00FDD1;
}
</style>
background-color css
<style>
a { background-color: #00FDD1; }
a { background-color: rgb(0,253,209); }
div.DivClassName
{
background-color: #00FDD1;
}
.BgClassName
{
background-color: #00FDD1;
}
</style>
border-color css
<style>
span { border-color: #00FDD1; }
span { border-color: rgb(0,253,209); }
td.TdClassName
{
border-color: #00FDD1;
}
.TagClassName
{
border-color: #00FDD1;
}
</style>