Shades of Dark Turquoise #03DACB
Tints of Dark Turquoise #03DACB
RGB
CMYK
RGB Variations
Color information
#03DACB (or 0x03DACB) is known color: Dark Turquoise. HEX triplet: 03, DA and CB. RGB value is (3,218,203). Sum of RGB (Red+Green+Blue) = 3+218+203=424 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #03DACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DACB is #FC2534. Grayscale: #979797. Windows color (decimal): -16524597 or 13359619. OLE color: 13359619.
HSL color Cylindrical-coordinate representation of color #03DACB: hue angle of 175.81º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DACB is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 218 | 203 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.15 |
| HSL | 175.81º | 0.97% | 0.43% | - |
| HSV(B) | 175.81º | 0.99% | 0.85% | - |
| XYZ | 35.89 | 54.47 | 65.12 | - |
| YUV | 152.01 | 156.77 | 21.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 218 | 203 | 0.99 | 0 | 0.07 | 0.15 | 175.81 | 0.97 | 0.43 |
| Hex | 3 | DA | CB | 63 | 0 | 7 | F | B0 | 61 | 2B |
| Octal | 3 | 332 | 313 | 143 | 0 | 7 | 17 | 260 | 141 | 53 |
| Binary | 11 | 11011010 | 11001011 | 1100011 | 0 | 111 | 1111 | 10110000 | 1100001 | 101011 |
Color Harmonies of #03DACB
Complementary color
Monochromatic Colors of #03DACB
Black with #03DACB
Text Example
Text Example
White with #03DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DACB; }
p { color: rgb(3,218,203); }
H1.HeaderClassName
{
color: #03DACB;
}
.AnyTagClassName
{
color: #03DACB;
}
</style>
background-color css
<style>
a { background-color: #03DACB; }
a { background-color: rgb(3,218,203); }
div.DivClassName
{
background-color: #03DACB;
}
.BgClassName
{
background-color: #03DACB;
}
</style>
border-color css
<style>
span { border-color: #03DACB; }
span { border-color: rgb(3,218,203); }
td.TdClassName
{
border-color: #03DACB;
}
.TagClassName
{
border-color: #03DACB;
}
</style>