Shades of Bright Turquoise #00FDD2
Tints of Bright Turquoise #00FDD2
RGB
CMYK
RGB Variations
Color information
#00FDD2 (or 0x00FDD2) is known color: Bright Turquoise. HEX triplet: 00, FD and D2. RGB value is (0,253,210). Sum of RGB (Red+Green+Blue) = 0+253+210=463 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 463); Green value is 253 (99.22% from 255 or 54.64% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FDD2 is #FF022D. Grayscale: #ACACAC. Windows color (decimal): -16712238 or 13827328. OLE color: 13827328.
HSL color Cylindrical-coordinate representation of color #00FDD2: hue angle of 169.8º 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 #00FDD2 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 210 | - |
| CMYK | 1 | 0 | 0.17 | 0.01 |
| HSL | 169.8º | 1% | 0.5% | - |
| HSV(B) | 169.8º | 1% | 0.99% | - |
| XYZ | 46.76 | 74.9 | 72.97 | - |
| YUV | 172.45 | 149.18 | 5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 210 | 1 | 0 | 0.17 | 0.01 | 169.8 | 1 | 0.5 |
| Hex | 0 | FD | D2 | 64 | 0 | 11 | 1 | AA | 64 | 32 |
| Octal | 0 | 375 | 322 | 144 | 0 | 21 | 1 | 252 | 144 | 62 |
| Binary | 0 | 11111101 | 11010010 | 1100100 | 0 | 10001 | 1 | 10101010 | 1100100 | 110010 |
Color Harmonies of #00FDD2
Complementary color
Monochromatic Colors of #00FDD2
Black with #00FDD2
Text Example
Text Example
White with #00FDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDD2; }
p { color: rgb(0,253,210); }
H1.HeaderClassName
{
color: #00FDD2;
}
.AnyTagClassName
{
color: #00FDD2;
}
</style>
background-color css
<style>
a { background-color: #00FDD2; }
a { background-color: rgb(0,253,210); }
div.DivClassName
{
background-color: #00FDD2;
}
.BgClassName
{
background-color: #00FDD2;
}
</style>
border-color css
<style>
span { border-color: #00FDD2; }
span { border-color: rgb(0,253,210); }
td.TdClassName
{
border-color: #00FDD2;
}
.TagClassName
{
border-color: #00FDD2;
}
</style>