Shades of Dark Turquoise #03D4DF
Tints of Dark Turquoise #03D4DF
RGB
CMYK
RGB Variations
Color information
#03D4DF (or 0x03D4DF) is known color: Dark Turquoise. HEX triplet: 03, D4 and DF. RGB value is (3,212,223). Sum of RGB (Red+Green+Blue) = 3+212+223=438 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #03D4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D4DF is #FC2B20. Grayscale: #969696. Windows color (decimal): -16526113 or 14668803. OLE color: 14668803.
HSL color Cylindrical-coordinate representation of color #03D4DF: hue angle of 183º 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 #03D4DF is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 212 | 223 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.13 |
| HSL | 183º | 0.97% | 0.44% | - |
| HSV(B) | 183º | 0.99% | 0.87% | - |
| XYZ | 36.9 | 52.43 | 77.99 | - |
| YUV | 150.76 | 168.76 | 22.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 212 | 223 | 0.99 | 0.05 | 0 | 0.13 | 183 | 0.97 | 0.44 |
| Hex | 3 | D4 | DF | 63 | 5 | 0 | D | B7 | 61 | 2C |
| Octal | 3 | 324 | 337 | 143 | 5 | 0 | 15 | 267 | 141 | 54 |
| Binary | 11 | 11010100 | 11011111 | 1100011 | 101 | 0 | 1101 | 10110111 | 1100001 | 101100 |
Color Harmonies of #03D4DF
Complementary color
Monochromatic Colors of #03D4DF
Black with #03D4DF
Text Example
Text Example
White with #03D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D4DF; }
p { color: rgb(3,212,223); }
H1.HeaderClassName
{
color: #03D4DF;
}
.AnyTagClassName
{
color: #03D4DF;
}
</style>
background-color css
<style>
a { background-color: #03D4DF; }
a { background-color: rgb(3,212,223); }
div.DivClassName
{
background-color: #03D4DF;
}
.BgClassName
{
background-color: #03D4DF;
}
</style>
border-color css
<style>
span { border-color: #03D4DF; }
span { border-color: rgb(3,212,223); }
td.TdClassName
{
border-color: #03D4DF;
}
.TagClassName
{
border-color: #03D4DF;
}
</style>