Shades of Bright Turquoise #00FDCD
Tints of Bright Turquoise #00FDCD
RGB
CMYK
RGB Variations
Color information
#00FDCD (or 0x00FDCD) is known color: Bright Turquoise. HEX triplet: 00, FD and CD. RGB value is (0,253,205). Sum of RGB (Red+Green+Blue) = 0+253+205=458 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FDCD is #FF0232. Grayscale: #ABABAB. Windows color (decimal): -16712243 or 13499648. OLE color: 13499648.
HSL color Cylindrical-coordinate representation of color #00FDCD: hue angle of 168.62º 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 #00FDCD is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 205 | - |
| CMYK | 1 | 0 | 0.19 | 0.01 |
| HSL | 168.62º | 1% | 0.5% | - |
| HSV(B) | 168.62º | 1% | 0.99% | - |
| XYZ | 46.14 | 74.66 | 69.74 | - |
| YUV | 171.88 | 146.68 | 5.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 205 | 1 | 0 | 0.19 | 0.01 | 168.62 | 1 | 0.5 |
| Hex | 0 | FD | CD | 64 | 0 | 13 | 1 | A9 | 64 | 32 |
| Octal | 0 | 375 | 315 | 144 | 0 | 23 | 1 | 251 | 144 | 62 |
| Binary | 0 | 11111101 | 11001101 | 1100100 | 0 | 10011 | 1 | 10101001 | 1100100 | 110010 |
Color Harmonies of #00FDCD
Complementary color
Monochromatic Colors of #00FDCD
Black with #00FDCD
Text Example
Text Example
White with #00FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDCD; }
p { color: rgb(0,253,205); }
H1.HeaderClassName
{
color: #00FDCD;
}
.AnyTagClassName
{
color: #00FDCD;
}
</style>
background-color css
<style>
a { background-color: #00FDCD; }
a { background-color: rgb(0,253,205); }
div.DivClassName
{
background-color: #00FDCD;
}
.BgClassName
{
background-color: #00FDCD;
}
</style>
border-color css
<style>
span { border-color: #00FDCD; }
span { border-color: rgb(0,253,205); }
td.TdClassName
{
border-color: #00FDCD;
}
.TagClassName
{
border-color: #00FDCD;
}
</style>