Shades of Bright Turquoise #00FADD
Tints of Bright Turquoise #00FADD
RGB
CMYK
RGB Variations
Color information
#00FADD (or 0x00FADD) is known color: Bright Turquoise. HEX triplet: 00, FA and DD. RGB value is (0,250,221). Sum of RGB (Red+Green+Blue) = 0+250+221=471 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #00FADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FADD is #FF0522. Grayscale: #ABABAB. Windows color (decimal): -16712995 or 14547456. OLE color: 14547456.
HSL color Cylindrical-coordinate representation of color #00FADD: hue angle of 173.04º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FADD is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 221 | - |
| CMYK | 1 | 0 | 0.12 | 0.02 |
| HSL | 173.04º | 1% | 0.49% | - |
| HSV(B) | 173.04º | 1% | 0.98% | - |
| XYZ | 47.24 | 73.59 | 80.12 | - |
| YUV | 171.94 | 155.68 | 5.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 221 | 1 | 0 | 0.12 | 0.02 | 173.04 | 1 | 0.49 |
| Hex | 0 | FA | DD | 64 | 0 | C | 2 | AD | 64 | 31 |
| Octal | 0 | 372 | 335 | 144 | 0 | 14 | 2 | 255 | 144 | 61 |
| Binary | 0 | 11111010 | 11011101 | 1100100 | 0 | 1100 | 10 | 10101101 | 1100100 | 110001 |
Color Harmonies of #00FADD
Complementary color
Monochromatic Colors of #00FADD
Black with #00FADD
Text Example
Text Example
White with #00FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FADD; }
p { color: rgb(0,250,221); }
H1.HeaderClassName
{
color: #00FADD;
}
.AnyTagClassName
{
color: #00FADD;
}
</style>
background-color css
<style>
a { background-color: #00FADD; }
a { background-color: rgb(0,250,221); }
div.DivClassName
{
background-color: #00FADD;
}
.BgClassName
{
background-color: #00FADD;
}
</style>
border-color css
<style>
span { border-color: #00FADD; }
span { border-color: rgb(0,250,221); }
td.TdClassName
{
border-color: #00FADD;
}
.TagClassName
{
border-color: #00FADD;
}
</style>