Shades of Bright Turquoise #03DBDC
Tints of Bright Turquoise #03DBDC
RGB
CMYK
RGB Variations
Color information
#03DBDC (or 0x03DBDC) is known color: Bright Turquoise. HEX triplet: 03, DB and DC. RGB value is (3,219,220). Sum of RGB (Red+Green+Blue) = 3+219+220=442 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #03DBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DBDC is #FC2423. Grayscale: #9A9A9A. Windows color (decimal): -16524324 or 14473987. OLE color: 14473987.
HSL color Cylindrical-coordinate representation of color #03DBDC: hue angle of 180.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DBDC is Cyan = 0.99, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 220 | - |
| CMYK | 0.99 | 0.00 | 0 | 0.14 |
| HSL | 180.28º | 0.97% | 0.44% | - |
| HSV(B) | 180.28º | 0.99% | 0.86% | - |
| XYZ | 38.29 | 55.85 | 76.47 | - |
| YUV | 154.53 | 164.94 | 19.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 220 | 0.99 | 0.00 | 0 | 0.14 | 180.28 | 0.97 | 0.44 |
| Hex | 3 | DB | DC | 63 | 0 | 0 | E | B4 | 61 | 2C |
| Octal | 3 | 333 | 334 | 143 | 0 | 0 | 16 | 264 | 141 | 54 |
| Binary | 11 | 11011011 | 11011100 | 1100011 | 0 | 0 | 1110 | 10110100 | 1100001 | 101100 |
Color Harmonies of #03DBDC
Complementary color
Monochromatic Colors of #03DBDC
Black with #03DBDC
Text Example
Text Example
White with #03DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DBDC; }
p { color: rgb(3,219,220); }
H1.HeaderClassName
{
color: #03DBDC;
}
.AnyTagClassName
{
color: #03DBDC;
}
</style>
background-color css
<style>
a { background-color: #03DBDC; }
a { background-color: rgb(3,219,220); }
div.DivClassName
{
background-color: #03DBDC;
}
.BgClassName
{
background-color: #03DBDC;
}
</style>
border-color css
<style>
span { border-color: #03DBDC; }
span { border-color: rgb(3,219,220); }
td.TdClassName
{
border-color: #03DBDC;
}
.TagClassName
{
border-color: #03DBDC;
}
</style>