Shades of Dark Turquoise #03D4E9
Tints of Dark Turquoise #03D4E9
RGB
CMYK
RGB Variations
Color information
#03D4E9 (or 0x03D4E9) is known color: Dark Turquoise. HEX triplet: 03, D4 and E9. RGB value is (3,212,233). Sum of RGB (Red+Green+Blue) = 3+212+233=448 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #03D4E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D4E9 is #FC2B16. Grayscale: #979797. Windows color (decimal): -16526103 or 15324163. OLE color: 15324163.
HSL color Cylindrical-coordinate representation of color #03D4E9: hue angle of 185.48º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D4E9 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 212 | 233 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.09 |
| HSL | 185.48º | 0.97% | 0.46% | - |
| HSV(B) | 185.48º | 0.99% | 0.91% | - |
| XYZ | 38.29 | 52.99 | 85.3 | - |
| YUV | 151.9 | 173.76 | 21.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 212 | 233 | 0.99 | 0.09 | 0 | 0.09 | 185.48 | 0.97 | 0.46 |
| Hex | 3 | D4 | E9 | 63 | 9 | 0 | 9 | B9 | 61 | 2E |
| Octal | 3 | 324 | 351 | 143 | 11 | 0 | 11 | 271 | 141 | 56 |
| Binary | 11 | 11010100 | 11101001 | 1100011 | 1001 | 0 | 1001 | 10111001 | 1100001 | 101110 |
Color Harmonies of #03D4E9
Complementary color
Monochromatic Colors of #03D4E9
Black with #03D4E9
Text Example
Text Example
White with #03D4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D4E9; }
p { color: rgb(3,212,233); }
H1.HeaderClassName
{
color: #03D4E9;
}
.AnyTagClassName
{
color: #03D4E9;
}
</style>
background-color css
<style>
a { background-color: #03D4E9; }
a { background-color: rgb(3,212,233); }
div.DivClassName
{
background-color: #03D4E9;
}
.BgClassName
{
background-color: #03D4E9;
}
</style>
border-color css
<style>
span { border-color: #03D4E9; }
span { border-color: rgb(3,212,233); }
td.TdClassName
{
border-color: #03D4E9;
}
.TagClassName
{
border-color: #03D4E9;
}
</style>