Shades of Bright Turquoise #00DDDD
Tints of Bright Turquoise #00DDDD
RGB
CMYK
RGB Variations
Color information
#00DDDD (or 0x00DDDD) is known color: Bright Turquoise. HEX triplet: 00, DD and DD. RGB value is (0,221,221). Sum of RGB (Red+Green+Blue) = 0+221+221=442 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #00DDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DDDD is #FF2222. Grayscale: #9A9A9A. Windows color (decimal): -16720419 or 14540032. OLE color: 14540032.
HSL color Cylindrical-coordinate representation of color #00DDDD: hue angle of 180º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDDD is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 0 | 221 | 221 | - |
CMYK | 1 | 0 | 0 | 0.13 |
HSL | 180º | 1% | 0.43% | - |
HSV(B) | 180º | 1% | 0.87% | - |
XYZ | 38.91 | 56.93 | 77.35 | - |
YUV | 154.92 | 165.28 | 17.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 221 | 221 | 1 | 0 | 0 | 0.13 | 180 | 1 | 0.43 |
Hex | 0 | DD | DD | 64 | 0 | 0 | D | B4 | 64 | 2B |
Octal | 0 | 335 | 335 | 144 | 0 | 0 | 15 | 264 | 144 | 53 |
Binary | 0 | 11011101 | 11011101 | 1100100 | 0 | 0 | 1101 | 10110100 | 1100100 | 101011 |
Color Harmonies of #00DDDD
Complementary color
Monochromatic Colors of #00DDDD
Black with #00DDDD
Text Example
Text Example
White with #00DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDDD; }
p { color: rgb(0,221,221); }
H1.HeaderClassName
{
color: #00DDDD;
}
.AnyTagClassName
{
color: #00DDDD;
}
</style>
background-color css
<style>
a { background-color: #00DDDD; }
a { background-color: rgb(0,221,221); }
div.DivClassName
{
background-color: #00DDDD;
}
.BgClassName
{
background-color: #00DDDD;
}
</style>
border-color css
<style>
span { border-color: #00DDDD; }
span { border-color: rgb(0,221,221); }
td.TdClassName
{
border-color: #00DDDD;
}
.TagClassName
{
border-color: #00DDDD;
}
</style>