Shades of Bright Turquoise #00FFDD
Tints of Bright Turquoise #00FFDD
RGB
CMYK
RGB Variations
Color information
#00FFDD (or 0x00FFDD) is known color: Bright Turquoise. HEX triplet: 00, FF and DD. RGB value is (0,255,221). Sum of RGB (Red+Green+Blue) = 0+255+221=476 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFDD is #FF0022. Grayscale: #AEAEAE. Windows color (decimal): -16711715 or 14548736. OLE color: 14548736.
HSL color Cylindrical-coordinate representation of color #00FFDD: hue angle of 172º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFDD is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 221 | - |
| CMYK | 1 | 0 | 0.13 | 0 |
| HSL | 172º | 1% | 0.5% | - |
| HSV(B) | 172º | 1% | 1% | - |
| XYZ | 48.81 | 76.74 | 80.65 | - |
| YUV | 174.88 | 154.02 | 3.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 221 | 1 | 0 | 0.13 | 0 | 172 | 1 | 0.5 |
| Hex | 0 | FF | DD | 64 | 0 | D | 0 | AC | 64 | 32 |
| Octal | 0 | 377 | 335 | 144 | 0 | 15 | 0 | 254 | 144 | 62 |
| Binary | 0 | 11111111 | 11011101 | 1100100 | 0 | 1101 | 0 | 10101100 | 1100100 | 110010 |
Color Harmonies of #00FFDD
Complementary color
Monochromatic Colors of #00FFDD
Black with #00FFDD
Text Example
Text Example
White with #00FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFDD; }
p { color: rgb(0,255,221); }
H1.HeaderClassName
{
color: #00FFDD;
}
.AnyTagClassName
{
color: #00FFDD;
}
</style>
background-color css
<style>
a { background-color: #00FFDD; }
a { background-color: rgb(0,255,221); }
div.DivClassName
{
background-color: #00FFDD;
}
.BgClassName
{
background-color: #00FFDD;
}
</style>
border-color css
<style>
span { border-color: #00FFDD; }
span { border-color: rgb(0,255,221); }
td.TdClassName
{
border-color: #00FFDD;
}
.TagClassName
{
border-color: #00FFDD;
}
</style>