Shades of Bright Turquoise #00FDD0
Tints of Bright Turquoise #00FDD0
RGB
CMYK
RGB Variations
Color information
#00FDD0 (or 0x00FDD0) is known color: Bright Turquoise. HEX triplet: 00, FD and D0. RGB value is (0,253,208). Sum of RGB (Red+Green+Blue) = 0+253+208=461 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 461); Green value is 253 (99.22% from 255 or 54.88% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FDD0 is #FF022F. Grayscale: #ACACAC. Windows color (decimal): -16712240 or 13696256. OLE color: 13696256.
HSL color Cylindrical-coordinate representation of color #00FDD0: hue angle of 169.33º 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 #00FDD0 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 208 | - |
| CMYK | 1 | 0 | 0.18 | 0.01 |
| HSL | 169.33º | 1% | 0.5% | - |
| HSV(B) | 169.33º | 1% | 0.99% | - |
| XYZ | 46.51 | 74.8 | 71.66 | - |
| YUV | 172.22 | 148.18 | 5.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 208 | 1 | 0 | 0.18 | 0.01 | 169.33 | 1 | 0.5 |
| Hex | 0 | FD | D0 | 64 | 0 | 12 | 1 | A9 | 64 | 32 |
| Octal | 0 | 375 | 320 | 144 | 0 | 22 | 1 | 251 | 144 | 62 |
| Binary | 0 | 11111101 | 11010000 | 1100100 | 0 | 10010 | 1 | 10101001 | 1100100 | 110010 |
Color Harmonies of #00FDD0
Complementary color
Monochromatic Colors of #00FDD0
Black with #00FDD0
Text Example
Text Example
White with #00FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDD0; }
p { color: rgb(0,253,208); }
H1.HeaderClassName
{
color: #00FDD0;
}
.AnyTagClassName
{
color: #00FDD0;
}
</style>
background-color css
<style>
a { background-color: #00FDD0; }
a { background-color: rgb(0,253,208); }
div.DivClassName
{
background-color: #00FDD0;
}
.BgClassName
{
background-color: #00FDD0;
}
</style>
border-color css
<style>
span { border-color: #00FDD0; }
span { border-color: rgb(0,253,208); }
td.TdClassName
{
border-color: #00FDD0;
}
.TagClassName
{
border-color: #00FDD0;
}
</style>