Shades of Bright Turquoise #00FDDE
Tints of Bright Turquoise #00FDDE
RGB
CMYK
RGB Variations
Color information
#00FDDE (or 0x00FDDE) is known color: Bright Turquoise. HEX triplet: 00, FD and DE. RGB value is (0,253,222). Sum of RGB (Red+Green+Blue) = 0+253+222=475 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FDDE is #FF0221. Grayscale: #ADADAD. Windows color (decimal): -16712226 or 14613760. OLE color: 14613760.
HSL color Cylindrical-coordinate representation of color #00FDDE: hue angle of 172.65º 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 #00FDDE is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 222 | - |
| CMYK | 1 | 0 | 0.12 | 0.01 |
| HSL | 172.65º | 1% | 0.5% | - |
| HSV(B) | 172.65º | 1% | 0.99% | - |
| XYZ | 48.31 | 75.52 | 81.14 | - |
| YUV | 173.82 | 155.18 | 4.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 222 | 1 | 0 | 0.12 | 0.01 | 172.65 | 1 | 0.5 |
| Hex | 0 | FD | DE | 64 | 0 | C | 1 | AD | 64 | 32 |
| Octal | 0 | 375 | 336 | 144 | 0 | 14 | 1 | 255 | 144 | 62 |
| Binary | 0 | 11111101 | 11011110 | 1100100 | 0 | 1100 | 1 | 10101101 | 1100100 | 110010 |
Color Harmonies of #00FDDE
Complementary color
Monochromatic Colors of #00FDDE
Black with #00FDDE
Text Example
Text Example
White with #00FDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDDE; }
p { color: rgb(0,253,222); }
H1.HeaderClassName
{
color: #00FDDE;
}
.AnyTagClassName
{
color: #00FDDE;
}
</style>
background-color css
<style>
a { background-color: #00FDDE; }
a { background-color: rgb(0,253,222); }
div.DivClassName
{
background-color: #00FDDE;
}
.BgClassName
{
background-color: #00FDDE;
}
</style>
border-color css
<style>
span { border-color: #00FDDE; }
span { border-color: rgb(0,253,222); }
td.TdClassName
{
border-color: #00FDDE;
}
.TagClassName
{
border-color: #00FDDE;
}
</style>