Shades of Bright Turquoise #03DCD6
Tints of Bright Turquoise #03DCD6
RGB
CMYK
RGB Variations
Color information
#03DCD6 (or 0x03DCD6) is known color: Bright Turquoise. HEX triplet: 03, DC and D6. RGB value is (3,220,214). Sum of RGB (Red+Green+Blue) = 3+220+214=437 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #03DCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DCD6 is #FC2329. Grayscale: #9A9A9A. Windows color (decimal): -16524074 or 14081027. OLE color: 14081027.
HSL color Cylindrical-coordinate representation of color #03DCD6: hue angle of 178.34º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DCD6 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 214 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.14 |
| HSL | 178.34º | 0.97% | 0.44% | - |
| HSV(B) | 178.34º | 0.99% | 0.86% | - |
| XYZ | 37.77 | 56.06 | 72.45 | - |
| YUV | 154.43 | 161.61 | 19.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 214 | 0.99 | 0 | 0.03 | 0.14 | 178.34 | 0.97 | 0.44 |
| Hex | 3 | DC | D6 | 63 | 0 | 3 | E | B2 | 61 | 2C |
| Octal | 3 | 334 | 326 | 143 | 0 | 3 | 16 | 262 | 141 | 54 |
| Binary | 11 | 11011100 | 11010110 | 1100011 | 0 | 11 | 1110 | 10110010 | 1100001 | 101100 |
Color Harmonies of #03DCD6
Complementary color
Monochromatic Colors of #03DCD6
Black with #03DCD6
Text Example
Text Example
White with #03DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCD6; }
p { color: rgb(3,220,214); }
H1.HeaderClassName
{
color: #03DCD6;
}
.AnyTagClassName
{
color: #03DCD6;
}
</style>
background-color css
<style>
a { background-color: #03DCD6; }
a { background-color: rgb(3,220,214); }
div.DivClassName
{
background-color: #03DCD6;
}
.BgClassName
{
background-color: #03DCD6;
}
</style>
border-color css
<style>
span { border-color: #03DCD6; }
span { border-color: rgb(3,220,214); }
td.TdClassName
{
border-color: #03DCD6;
}
.TagClassName
{
border-color: #03DCD6;
}
</style>