Shades of Bright Turquoise #03DFE6
Tints of Bright Turquoise #03DFE6
RGB
CMYK
RGB Variations
Color information
#03DFE6 (or 0x03DFE6) is known color: Bright Turquoise. HEX triplet: 03, DF and E6. RGB value is (3,223,230). Sum of RGB (Red+Green+Blue) = 3+223+230=456 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #03DFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DFE6 is #FC2019. Grayscale: #9D9D9D. Windows color (decimal): -16523290 or 15130371. OLE color: 15130371.
HSL color Cylindrical-coordinate representation of color #03DFE6: hue angle of 181.85º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DFE6 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 223 | 230 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.10 |
| HSL | 181.85º | 0.97% | 0.46% | - |
| HSV(B) | 181.85º | 0.99% | 0.9% | - |
| XYZ | 40.71 | 58.51 | 84.01 | - |
| YUV | 158.02 | 168.61 | 17.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 230 | 0.99 | 0.03 | 0 | 0.10 | 181.85 | 0.97 | 0.46 |
| Hex | 3 | DF | E6 | 63 | 3 | 0 | A | B6 | 61 | 2E |
| Octal | 3 | 337 | 346 | 143 | 3 | 0 | 12 | 266 | 141 | 56 |
| Binary | 11 | 11011111 | 11100110 | 1100011 | 11 | 0 | 1010 | 10110110 | 1100001 | 101110 |
Color Harmonies of #03DFE6
Complementary color
Monochromatic Colors of #03DFE6
Black with #03DFE6
Text Example
Text Example
White with #03DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DFE6; }
p { color: rgb(3,223,230); }
H1.HeaderClassName
{
color: #03DFE6;
}
.AnyTagClassName
{
color: #03DFE6;
}
</style>
background-color css
<style>
a { background-color: #03DFE6; }
a { background-color: rgb(3,223,230); }
div.DivClassName
{
background-color: #03DFE6;
}
.BgClassName
{
background-color: #03DFE6;
}
</style>
border-color css
<style>
span { border-color: #03DFE6; }
span { border-color: rgb(3,223,230); }
td.TdClassName
{
border-color: #03DFE6;
}
.TagClassName
{
border-color: #03DFE6;
}
</style>