Shades of Bright Turquoise #03DADB
Tints of Bright Turquoise #03DADB
RGB
CMYK
RGB Variations
Color information
#03DADB (or 0x03DADB) is known color: Bright Turquoise. HEX triplet: 03, DA and DB. RGB value is (3,218,219). Sum of RGB (Red+Green+Blue) = 3+218+219=440 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #03DADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DADB is #FC2524. Grayscale: #999999. Windows color (decimal): -16524581 or 14408195. OLE color: 14408195.
HSL color Cylindrical-coordinate representation of color #03DADB: 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 #03DADB is Cyan = 0.99, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 218 | 219 | - |
| CMYK | 0.99 | 0.00 | 0 | 0.14 |
| HSL | 180.28º | 0.97% | 0.44% | - |
| HSV(B) | 180.28º | 0.99% | 0.86% | - |
| XYZ | 37.9 | 55.28 | 75.69 | - |
| YUV | 153.83 | 164.77 | 20.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 218 | 219 | 0.99 | 0.00 | 0 | 0.14 | 180.28 | 0.97 | 0.44 |
| Hex | 3 | DA | DB | 63 | 0 | 0 | E | B4 | 61 | 2C |
| Octal | 3 | 332 | 333 | 143 | 0 | 0 | 16 | 264 | 141 | 54 |
| Binary | 11 | 11011010 | 11011011 | 1100011 | 0 | 0 | 1110 | 10110100 | 1100001 | 101100 |
Color Harmonies of #03DADB
Complementary color
Monochromatic Colors of #03DADB
Black with #03DADB
Text Example
Text Example
White with #03DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DADB; }
p { color: rgb(3,218,219); }
H1.HeaderClassName
{
color: #03DADB;
}
.AnyTagClassName
{
color: #03DADB;
}
</style>
background-color css
<style>
a { background-color: #03DADB; }
a { background-color: rgb(3,218,219); }
div.DivClassName
{
background-color: #03DADB;
}
.BgClassName
{
background-color: #03DADB;
}
</style>
border-color css
<style>
span { border-color: #03DADB; }
span { border-color: rgb(3,218,219); }
td.TdClassName
{
border-color: #03DADB;
}
.TagClassName
{
border-color: #03DADB;
}
</style>