Shades of Bright Turquoise #03DADD
Tints of Bright Turquoise #03DADD
RGB
CMYK
RGB Variations
Color information
#03DADD (or 0x03DADD) is known color: Bright Turquoise. HEX triplet: 03, DA and DD. RGB value is (3,218,221). Sum of RGB (Red+Green+Blue) = 3+218+221=442 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #03DADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DADD is #FC2522. Grayscale: #999999. Windows color (decimal): -16524579 or 14539267. OLE color: 14539267.
HSL color Cylindrical-coordinate representation of color #03DADD: hue angle of 180.83º 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 #03DADD is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 218 | 221 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.13 |
| HSL | 180.83º | 0.97% | 0.44% | - |
| HSV(B) | 180.83º | 0.99% | 0.87% | - |
| XYZ | 38.16 | 55.38 | 77.09 | - |
| YUV | 154.06 | 165.77 | 20.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 218 | 221 | 0.99 | 0.01 | 0 | 0.13 | 180.83 | 0.97 | 0.44 |
| Hex | 3 | DA | DD | 63 | 1 | 0 | D | B5 | 61 | 2C |
| Octal | 3 | 332 | 335 | 143 | 1 | 0 | 15 | 265 | 141 | 54 |
| Binary | 11 | 11011010 | 11011101 | 1100011 | 1 | 0 | 1101 | 10110101 | 1100001 | 101100 |
Color Harmonies of #03DADD
Complementary color
Monochromatic Colors of #03DADD
Black with #03DADD
Text Example
Text Example
White with #03DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DADD; }
p { color: rgb(3,218,221); }
H1.HeaderClassName
{
color: #03DADD;
}
.AnyTagClassName
{
color: #03DADD;
}
</style>
background-color css
<style>
a { background-color: #03DADD; }
a { background-color: rgb(3,218,221); }
div.DivClassName
{
background-color: #03DADD;
}
.BgClassName
{
background-color: #03DADD;
}
</style>
border-color css
<style>
span { border-color: #03DADD; }
span { border-color: rgb(3,218,221); }
td.TdClassName
{
border-color: #03DADD;
}
.TagClassName
{
border-color: #03DADD;
}
</style>