Shades of Dark Turquoise #03BFDD
Tints of Dark Turquoise #03BFDD
RGB
CMYK
RGB Variations
Color information
#03BFDD (or 0x03BFDD) is known color: Dark Turquoise. HEX triplet: 03, BF and DD. RGB value is (3,191,221). Sum of RGB (Red+Green+Blue) = 3+191+221=415 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #03BFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFDD is #FC4022. Grayscale: #898989. Windows color (decimal): -16531491 or 14532355. OLE color: 14532355.
HSL color Cylindrical-coordinate representation of color #03BFDD: hue angle of 188.26º 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 #03BFDD is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 191 | 221 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.13 |
| HSL | 188.26º | 0.97% | 0.44% | - |
| HSV(B) | 188.26º | 0.99% | 0.87% | - |
| XYZ | 31.72 | 42.5 | 74.94 | - |
| YUV | 138.21 | 174.72 | 31.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 191 | 221 | 0.99 | 0.14 | 0 | 0.13 | 188.26 | 0.97 | 0.44 |
| Hex | 3 | BF | DD | 63 | E | 0 | D | BC | 61 | 2C |
| Octal | 3 | 277 | 335 | 143 | 16 | 0 | 15 | 274 | 141 | 54 |
| Binary | 11 | 10111111 | 11011101 | 1100011 | 1110 | 0 | 1101 | 10111100 | 1100001 | 101100 |
Color Harmonies of #03BFDD
Complementary color
Monochromatic Colors of #03BFDD
Black with #03BFDD
Text Example
Text Example
White with #03BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BFDD; }
p { color: rgb(3,191,221); }
H1.HeaderClassName
{
color: #03BFDD;
}
.AnyTagClassName
{
color: #03BFDD;
}
</style>
background-color css
<style>
a { background-color: #03BFDD; }
a { background-color: rgb(3,191,221); }
div.DivClassName
{
background-color: #03BFDD;
}
.BgClassName
{
background-color: #03BFDD;
}
</style>
border-color css
<style>
span { border-color: #03BFDD; }
span { border-color: rgb(3,191,221); }
td.TdClassName
{
border-color: #03BFDD;
}
.TagClassName
{
border-color: #03BFDD;
}
</style>