Shades of Bright Turquoise #03DDD9
Tints of Bright Turquoise #03DDD9
RGB
CMYK
RGB Variations
Color information
#03DDD9 (or 0x03DDD9) is known color: Bright Turquoise. HEX triplet: 03, DD and D9. RGB value is (3,221,217). Sum of RGB (Red+Green+Blue) = 3+221+217=441 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #03DDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DDD9 is #FC2226. Grayscale: #9B9B9B. Windows color (decimal): -16523815 or 14277891. OLE color: 14277891.
HSL color Cylindrical-coordinate representation of color #03DDD9: hue angle of 178.9º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DDD9 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 217 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.13 |
| HSL | 178.9º | 0.97% | 0.44% | - |
| HSV(B) | 178.9º | 0.99% | 0.87% | - |
| XYZ | 38.42 | 56.74 | 74.57 | - |
| YUV | 155.36 | 162.78 | 19.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 217 | 0.99 | 0 | 0.02 | 0.13 | 178.9 | 0.97 | 0.44 |
| Hex | 3 | DD | D9 | 63 | 0 | 2 | D | B3 | 61 | 2C |
| Octal | 3 | 335 | 331 | 143 | 0 | 2 | 15 | 263 | 141 | 54 |
| Binary | 11 | 11011101 | 11011001 | 1100011 | 0 | 10 | 1101 | 10110011 | 1100001 | 101100 |
Color Harmonies of #03DDD9
Complementary color
Monochromatic Colors of #03DDD9
Black with #03DDD9
Text Example
Text Example
White with #03DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DDD9; }
p { color: rgb(3,221,217); }
H1.HeaderClassName
{
color: #03DDD9;
}
.AnyTagClassName
{
color: #03DDD9;
}
</style>
background-color css
<style>
a { background-color: #03DDD9; }
a { background-color: rgb(3,221,217); }
div.DivClassName
{
background-color: #03DDD9;
}
.BgClassName
{
background-color: #03DDD9;
}
</style>
border-color css
<style>
span { border-color: #03DDD9; }
span { border-color: rgb(3,221,217); }
td.TdClassName
{
border-color: #03DDD9;
}
.TagClassName
{
border-color: #03DDD9;
}
</style>