Shades of Bright Turquoise #03DFE2
Tints of Bright Turquoise #03DFE2
RGB
CMYK
RGB Variations
Color information
#03DFE2 (or 0x03DFE2) is known color: Bright Turquoise. HEX triplet: 03, DF and E2. RGB value is (3,223,226). Sum of RGB (Red+Green+Blue) = 3+223+226=452 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #03DFE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DFE2 is #FC201D. Grayscale: #9D9D9D. Windows color (decimal): -16523294 or 14868227. OLE color: 14868227.
HSL color Cylindrical-coordinate representation of color #03DFE2: hue angle of 180.81º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DFE2 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 223 | 226 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.11 |
| HSL | 180.81º | 0.97% | 0.45% | - |
| HSV(B) | 180.81º | 0.99% | 0.89% | - |
| XYZ | 40.15 | 58.29 | 81.09 | - |
| YUV | 157.56 | 166.61 | 17.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 226 | 0.99 | 0.01 | 0 | 0.11 | 180.81 | 0.97 | 0.45 |
| Hex | 3 | DF | E2 | 63 | 1 | 0 | B | B5 | 61 | 2D |
| Octal | 3 | 337 | 342 | 143 | 1 | 0 | 13 | 265 | 141 | 55 |
| Binary | 11 | 11011111 | 11100010 | 1100011 | 1 | 0 | 1011 | 10110101 | 1100001 | 101101 |
Color Harmonies of #03DFE2
Complementary color
Monochromatic Colors of #03DFE2
Black with #03DFE2
Text Example
Text Example
White with #03DFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DFE2; }
p { color: rgb(3,223,226); }
H1.HeaderClassName
{
color: #03DFE2;
}
.AnyTagClassName
{
color: #03DFE2;
}
</style>
background-color css
<style>
a { background-color: #03DFE2; }
a { background-color: rgb(3,223,226); }
div.DivClassName
{
background-color: #03DFE2;
}
.BgClassName
{
background-color: #03DFE2;
}
</style>
border-color css
<style>
span { border-color: #03DFE2; }
span { border-color: rgb(3,223,226); }
td.TdClassName
{
border-color: #03DFE2;
}
.TagClassName
{
border-color: #03DFE2;
}
</style>