Shades of Bright Turquoise #03DBDF
Tints of Bright Turquoise #03DBDF
RGB
CMYK
RGB Variations
Color information
#03DBDF (or 0x03DBDF) is known color: Bright Turquoise. HEX triplet: 03, DB and DF. RGB value is (3,219,223). Sum of RGB (Red+Green+Blue) = 3+219+223=445 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #03DBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DBDF is #FC2420. Grayscale: #9A9A9A. Windows color (decimal): -16524321 or 14670595. OLE color: 14670595.
HSL color Cylindrical-coordinate representation of color #03DBDF: hue angle of 181.09º 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 #03DBDF is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 219 | 223 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.13 |
| HSL | 181.09º | 0.97% | 0.44% | - |
| HSV(B) | 181.09º | 0.99% | 0.87% | - |
| XYZ | 38.69 | 56.01 | 78.58 | - |
| YUV | 154.87 | 166.44 | 19.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 223 | 0.99 | 0.02 | 0 | 0.13 | 181.09 | 0.97 | 0.44 |
| Hex | 3 | DB | DF | 63 | 2 | 0 | D | B5 | 61 | 2C |
| Octal | 3 | 333 | 337 | 143 | 2 | 0 | 15 | 265 | 141 | 54 |
| Binary | 11 | 11011011 | 11011111 | 1100011 | 10 | 0 | 1101 | 10110101 | 1100001 | 101100 |
Color Harmonies of #03DBDF
Complementary color
Monochromatic Colors of #03DBDF
Black with #03DBDF
Text Example
Text Example
White with #03DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DBDF; }
p { color: rgb(3,219,223); }
H1.HeaderClassName
{
color: #03DBDF;
}
.AnyTagClassName
{
color: #03DBDF;
}
</style>
background-color css
<style>
a { background-color: #03DBDF; }
a { background-color: rgb(3,219,223); }
div.DivClassName
{
background-color: #03DBDF;
}
.BgClassName
{
background-color: #03DBDF;
}
</style>
border-color css
<style>
span { border-color: #03DBDF; }
span { border-color: rgb(3,219,223); }
td.TdClassName
{
border-color: #03DBDF;
}
.TagClassName
{
border-color: #03DBDF;
}
</style>