Shades of Bright Turquoise #03DBF5
Tints of Bright Turquoise #03DBF5
RGB
CMYK
RGB Variations
Color information
#03DBF5 (or 0x03DBF5) is known color: Bright Turquoise. HEX triplet: 03, DB and F5. RGB value is (3,219,245). Sum of RGB (Red+Green+Blue) = 3+219+245=467 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 245 (96.09% from 255 or 52.46% from 467); Max value from RGB is 245 - color contains mainly: blue. Hex color #03DBF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DBF5 is #FC240A. Grayscale: #9D9D9D. Windows color (decimal): -16524299 or 16112387. OLE color: 16112387.
HSL color Cylindrical-coordinate representation of color #03DBF5: hue angle of 186.45º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DBF5 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 219 | 245 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.04 |
| HSL | 186.45º | 0.98% | 0.49% | - |
| HSV(B) | 186.45º | 0.99% | 0.96% | - |
| XYZ | 41.85 | 57.27 | 95.24 | - |
| YUV | 157.38 | 177.44 | 17.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 245 | 0.99 | 0.11 | 0 | 0.04 | 186.45 | 0.98 | 0.49 |
| Hex | 3 | DB | F5 | 63 | B | 0 | 4 | BA | 62 | 31 |
| Octal | 3 | 333 | 365 | 143 | 13 | 0 | 4 | 272 | 142 | 61 |
| Binary | 11 | 11011011 | 11110101 | 1100011 | 1011 | 0 | 100 | 10111010 | 1100010 | 110001 |
Color Harmonies of #03DBF5
Complementary color
Monochromatic Colors of #03DBF5
Black with #03DBF5
Text Example
Text Example
White with #03DBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DBF5; }
p { color: rgb(3,219,245); }
H1.HeaderClassName
{
color: #03DBF5;
}
.AnyTagClassName
{
color: #03DBF5;
}
</style>
background-color css
<style>
a { background-color: #03DBF5; }
a { background-color: rgb(3,219,245); }
div.DivClassName
{
background-color: #03DBF5;
}
.BgClassName
{
background-color: #03DBF5;
}
</style>
border-color css
<style>
span { border-color: #03DBF5; }
span { border-color: rgb(3,219,245); }
td.TdClassName
{
border-color: #03DBF5;
}
.TagClassName
{
border-color: #03DBF5;
}
</style>