Shades of Bright Turquoise #03DBDE
Tints of Bright Turquoise #03DBDE
RGB
CMYK
RGB Variations
Color information
#03DBDE (or 0x03DBDE) is known color: Bright Turquoise. HEX triplet: 03, DB and DE. RGB value is (3,219,222). Sum of RGB (Red+Green+Blue) = 3+219+222=444 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #03DBDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DBDE is #FC2421. Grayscale: #9A9A9A. Windows color (decimal): -16524322 or 14605059. OLE color: 14605059.
HSL color Cylindrical-coordinate representation of color #03DBDE: hue angle of 180.82º 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 #03DBDE is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 219 | 222 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.13 |
| HSL | 180.82º | 0.97% | 0.44% | - |
| HSV(B) | 180.82º | 0.99% | 0.87% | - |
| XYZ | 38.55 | 55.96 | 77.88 | - |
| YUV | 154.76 | 165.94 | 19.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 222 | 0.99 | 0.01 | 0 | 0.13 | 180.82 | 0.97 | 0.44 |
| Hex | 3 | DB | DE | 63 | 1 | 0 | D | B5 | 61 | 2C |
| Octal | 3 | 333 | 336 | 143 | 1 | 0 | 15 | 265 | 141 | 54 |
| Binary | 11 | 11011011 | 11011110 | 1100011 | 1 | 0 | 1101 | 10110101 | 1100001 | 101100 |
Color Harmonies of #03DBDE
Complementary color
Monochromatic Colors of #03DBDE
Black with #03DBDE
Text Example
Text Example
White with #03DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DBDE; }
p { color: rgb(3,219,222); }
H1.HeaderClassName
{
color: #03DBDE;
}
.AnyTagClassName
{
color: #03DBDE;
}
</style>
background-color css
<style>
a { background-color: #03DBDE; }
a { background-color: rgb(3,219,222); }
div.DivClassName
{
background-color: #03DBDE;
}
.BgClassName
{
background-color: #03DBDE;
}
</style>
border-color css
<style>
span { border-color: #03DBDE; }
span { border-color: rgb(3,219,222); }
td.TdClassName
{
border-color: #03DBDE;
}
.TagClassName
{
border-color: #03DBDE;
}
</style>