Shades of Bright Turquoise #00FDD8
Tints of Bright Turquoise #00FDD8
RGB
CMYK
RGB Variations
Color information
#00FDD8 (or 0x00FDD8) is known color: Bright Turquoise. HEX triplet: 00, FD and D8. RGB value is (0,253,216). Sum of RGB (Red+Green+Blue) = 0+253+216=469 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 469); Green value is 253 (99.22% from 255 or 53.94% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FDD8 is #FF0227. Grayscale: #ADADAD. Windows color (decimal): -16712232 or 14220544. OLE color: 14220544.
HSL color Cylindrical-coordinate representation of color #00FDD8: hue angle of 171.23º 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 #00FDD8 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 216 | - |
| CMYK | 1 | 0 | 0.15 | 0.01 |
| HSL | 171.23º | 1% | 0.5% | - |
| HSV(B) | 171.23º | 1% | 0.99% | - |
| XYZ | 47.52 | 75.21 | 76.98 | - |
| YUV | 173.14 | 152.18 | 4.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 216 | 1 | 0 | 0.15 | 0.01 | 171.23 | 1 | 0.5 |
| Hex | 0 | FD | D8 | 64 | 0 | F | 1 | AB | 64 | 32 |
| Octal | 0 | 375 | 330 | 144 | 0 | 17 | 1 | 253 | 144 | 62 |
| Binary | 0 | 11111101 | 11011000 | 1100100 | 0 | 1111 | 1 | 10101011 | 1100100 | 110010 |
Color Harmonies of #00FDD8
Complementary color
Monochromatic Colors of #00FDD8
Black with #00FDD8
Text Example
Text Example
White with #00FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDD8; }
p { color: rgb(0,253,216); }
H1.HeaderClassName
{
color: #00FDD8;
}
.AnyTagClassName
{
color: #00FDD8;
}
</style>
background-color css
<style>
a { background-color: #00FDD8; }
a { background-color: rgb(0,253,216); }
div.DivClassName
{
background-color: #00FDD8;
}
.BgClassName
{
background-color: #00FDD8;
}
</style>
border-color css
<style>
span { border-color: #00FDD8; }
span { border-color: rgb(0,253,216); }
td.TdClassName
{
border-color: #00FDD8;
}
.TagClassName
{
border-color: #00FDD8;
}
</style>