Shades of Bright Turquoise #03DCD7
Tints of Bright Turquoise #03DCD7
RGB
CMYK
RGB Variations
Color information
#03DCD7 (or 0x03DCD7) is known color: Bright Turquoise. HEX triplet: 03, DC and D7. RGB value is (3,220,215). Sum of RGB (Red+Green+Blue) = 3+220+215=438 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #03DCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DCD7 is #FC2328. Grayscale: #9A9A9A. Windows color (decimal): -16524073 or 14146563. OLE color: 14146563.
HSL color Cylindrical-coordinate representation of color #03DCD7: hue angle of 178.62º 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 #03DCD7 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 215 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.14 |
| HSL | 178.62º | 0.97% | 0.44% | - |
| HSV(B) | 178.62º | 0.99% | 0.86% | - |
| XYZ | 37.9 | 56.11 | 73.12 | - |
| YUV | 154.55 | 162.11 | 19.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 215 | 0.99 | 0 | 0.02 | 0.14 | 178.62 | 0.97 | 0.44 |
| Hex | 3 | DC | D7 | 63 | 0 | 2 | E | B3 | 61 | 2C |
| Octal | 3 | 334 | 327 | 143 | 0 | 2 | 16 | 263 | 141 | 54 |
| Binary | 11 | 11011100 | 11010111 | 1100011 | 0 | 10 | 1110 | 10110011 | 1100001 | 101100 |
Color Harmonies of #03DCD7
Complementary color
Monochromatic Colors of #03DCD7
Black with #03DCD7
Text Example
Text Example
White with #03DCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCD7; }
p { color: rgb(3,220,215); }
H1.HeaderClassName
{
color: #03DCD7;
}
.AnyTagClassName
{
color: #03DCD7;
}
</style>
background-color css
<style>
a { background-color: #03DCD7; }
a { background-color: rgb(3,220,215); }
div.DivClassName
{
background-color: #03DCD7;
}
.BgClassName
{
background-color: #03DCD7;
}
</style>
border-color css
<style>
span { border-color: #03DCD7; }
span { border-color: rgb(3,220,215); }
td.TdClassName
{
border-color: #03DCD7;
}
.TagClassName
{
border-color: #03DCD7;
}
</style>