Shades of Dark Turquoise #03D1DF
Tints of Dark Turquoise #03D1DF
RGB
CMYK
RGB Variations
Color information
#03D1DF (or 0x03D1DF) is known color: Dark Turquoise. HEX triplet: 03, D1 and DF. RGB value is (3,209,223). Sum of RGB (Red+Green+Blue) = 3+209+223=435 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #03D1DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D1DF is #FC2E20. Grayscale: #949494. Windows color (decimal): -16526881 or 14668035. OLE color: 14668035.
HSL color Cylindrical-coordinate representation of color #03D1DF: hue angle of 183.82º 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 #03D1DF is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 209 | 223 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.13 |
| HSL | 183.82º | 0.97% | 0.44% | - |
| HSV(B) | 183.82º | 0.99% | 0.87% | - |
| XYZ | 36.16 | 50.95 | 77.74 | - |
| YUV | 149 | 169.75 | 23.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 223 | 0.99 | 0.06 | 0 | 0.13 | 183.82 | 0.97 | 0.44 |
| Hex | 3 | D1 | DF | 63 | 6 | 0 | D | B8 | 61 | 2C |
| Octal | 3 | 321 | 337 | 143 | 6 | 0 | 15 | 270 | 141 | 54 |
| Binary | 11 | 11010001 | 11011111 | 1100011 | 110 | 0 | 1101 | 10111000 | 1100001 | 101100 |
Color Harmonies of #03D1DF
Complementary color
Monochromatic Colors of #03D1DF
Black with #03D1DF
Text Example
Text Example
White with #03D1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D1DF; }
p { color: rgb(3,209,223); }
H1.HeaderClassName
{
color: #03D1DF;
}
.AnyTagClassName
{
color: #03D1DF;
}
</style>
background-color css
<style>
a { background-color: #03D1DF; }
a { background-color: rgb(3,209,223); }
div.DivClassName
{
background-color: #03D1DF;
}
.BgClassName
{
background-color: #03D1DF;
}
</style>
border-color css
<style>
span { border-color: #03D1DF; }
span { border-color: rgb(3,209,223); }
td.TdClassName
{
border-color: #03D1DF;
}
.TagClassName
{
border-color: #03D1DF;
}
</style>