Shades of Bright Turquoise #00FDDF
Tints of Bright Turquoise #00FDDF
RGB
CMYK
RGB Variations
Color information
#00FDDF (or 0x00FDDF) is known color: Bright Turquoise. HEX triplet: 00, FD and DF. RGB value is (0,253,223). Sum of RGB (Red+Green+Blue) = 0+253+223=476 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 476); Green value is 253 (99.22% from 255 or 53.15% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FDDF is #FF0220. Grayscale: #ADADAD. Windows color (decimal): -16712225 or 14679296. OLE color: 14679296.
HSL color Cylindrical-coordinate representation of color #00FDDF: hue angle of 172.89º 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 #00FDDF is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 223 | - |
| CMYK | 1 | 0 | 0.12 | 0.01 |
| HSL | 172.89º | 1% | 0.5% | - |
| HSV(B) | 172.89º | 1% | 0.99% | - |
| XYZ | 48.44 | 75.58 | 81.85 | - |
| YUV | 173.93 | 155.68 | 3.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 223 | 1 | 0 | 0.12 | 0.01 | 172.89 | 1 | 0.5 |
| Hex | 0 | FD | DF | 64 | 0 | C | 1 | AD | 64 | 32 |
| Octal | 0 | 375 | 337 | 144 | 0 | 14 | 1 | 255 | 144 | 62 |
| Binary | 0 | 11111101 | 11011111 | 1100100 | 0 | 1100 | 1 | 10101101 | 1100100 | 110010 |
Color Harmonies of #00FDDF
Complementary color
Monochromatic Colors of #00FDDF
Black with #00FDDF
Text Example
Text Example
White with #00FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDDF; }
p { color: rgb(0,253,223); }
H1.HeaderClassName
{
color: #00FDDF;
}
.AnyTagClassName
{
color: #00FDDF;
}
</style>
background-color css
<style>
a { background-color: #00FDDF; }
a { background-color: rgb(0,253,223); }
div.DivClassName
{
background-color: #00FDDF;
}
.BgClassName
{
background-color: #00FDDF;
}
</style>
border-color css
<style>
span { border-color: #00FDDF; }
span { border-color: rgb(0,253,223); }
td.TdClassName
{
border-color: #00FDDF;
}
.TagClassName
{
border-color: #00FDDF;
}
</style>