Shades of Bright Turquoise #03DCEC
Tints of Bright Turquoise #03DCEC
RGB
CMYK
RGB Variations
Color information
#03DCEC (or 0x03DCEC) is known color: Bright Turquoise. HEX triplet: 03, DC and EC. RGB value is (3,220,236). Sum of RGB (Red+Green+Blue) = 3+220+236=459 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #03DCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DCEC is #FC2313. Grayscale: #9C9C9C. Windows color (decimal): -16524052 or 15522819. OLE color: 15522819.
HSL color Cylindrical-coordinate representation of color #03DCEC: hue angle of 184.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DCEC is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 220 | 236 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.07 |
| HSL | 184.12º | 0.97% | 0.47% | - |
| HSV(B) | 184.12º | 0.99% | 0.93% | - |
| XYZ | 40.77 | 57.26 | 88.26 | - |
| YUV | 156.94 | 172.61 | 18.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 236 | 0.99 | 0.07 | 0 | 0.07 | 184.12 | 0.97 | 0.47 |
| Hex | 3 | DC | EC | 63 | 7 | 0 | 7 | B8 | 61 | 2F |
| Octal | 3 | 334 | 354 | 143 | 7 | 0 | 7 | 270 | 141 | 57 |
| Binary | 11 | 11011100 | 11101100 | 1100011 | 111 | 0 | 111 | 10111000 | 1100001 | 101111 |
Color Harmonies of #03DCEC
Complementary color
Monochromatic Colors of #03DCEC
Black with #03DCEC
Text Example
Text Example
White with #03DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCEC; }
p { color: rgb(3,220,236); }
H1.HeaderClassName
{
color: #03DCEC;
}
.AnyTagClassName
{
color: #03DCEC;
}
</style>
background-color css
<style>
a { background-color: #03DCEC; }
a { background-color: rgb(3,220,236); }
div.DivClassName
{
background-color: #03DCEC;
}
.BgClassName
{
background-color: #03DCEC;
}
</style>
border-color css
<style>
span { border-color: #03DCEC; }
span { border-color: rgb(3,220,236); }
td.TdClassName
{
border-color: #03DCEC;
}
.TagClassName
{
border-color: #03DCEC;
}
</style>