Shades of Dark Turquoise #03D4CE
Tints of Dark Turquoise #03D4CE
RGB
CMYK
RGB Variations
Color information
#03D4CE (or 0x03D4CE) is known color: Dark Turquoise. HEX triplet: 03, D4 and CE. RGB value is (3,212,206). Sum of RGB (Red+Green+Blue) = 3+212+206=421 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #03D4CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D4CE is #FC2B31. Grayscale: #949494. Windows color (decimal): -16526130 or 13554691. OLE color: 13554691.
HSL color Cylindrical-coordinate representation of color #03D4CE: hue angle of 178.28º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D4CE is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 212 | 206 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.17 |
| HSL | 178.28º | 0.97% | 0.42% | - |
| HSV(B) | 178.28º | 0.99% | 0.83% | - |
| XYZ | 34.72 | 51.56 | 66.52 | - |
| YUV | 148.83 | 160.26 | 23.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 212 | 206 | 0.99 | 0 | 0.03 | 0.17 | 178.28 | 0.97 | 0.42 |
| Hex | 3 | D4 | CE | 63 | 0 | 3 | 11 | B2 | 61 | 2A |
| Octal | 3 | 324 | 316 | 143 | 0 | 3 | 21 | 262 | 141 | 52 |
| Binary | 11 | 11010100 | 11001110 | 1100011 | 0 | 11 | 10001 | 10110010 | 1100001 | 101010 |
Color Harmonies of #03D4CE
Complementary color
Monochromatic Colors of #03D4CE
Black with #03D4CE
Text Example
Text Example
White with #03D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D4CE; }
p { color: rgb(3,212,206); }
H1.HeaderClassName
{
color: #03D4CE;
}
.AnyTagClassName
{
color: #03D4CE;
}
</style>
background-color css
<style>
a { background-color: #03D4CE; }
a { background-color: rgb(3,212,206); }
div.DivClassName
{
background-color: #03D4CE;
}
.BgClassName
{
background-color: #03D4CE;
}
</style>
border-color css
<style>
span { border-color: #03D4CE; }
span { border-color: rgb(3,212,206); }
td.TdClassName
{
border-color: #03D4CE;
}
.TagClassName
{
border-color: #03D4CE;
}
</style>