Shades of Bright Turquoise #03DFE7
Tints of Bright Turquoise #03DFE7
RGB
CMYK
RGB Variations
Color information
#03DFE7 (or 0x03DFE7) is known color: Bright Turquoise. HEX triplet: 03, DF and E7. RGB value is (3,223,231). Sum of RGB (Red+Green+Blue) = 3+223+231=457 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #03DFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DFE7 is #FC2018. Grayscale: #9D9D9D. Windows color (decimal): -16523289 or 15195907. OLE color: 15195907.
HSL color Cylindrical-coordinate representation of color #03DFE7: hue angle of 182.11º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DFE7 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 223 | 231 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.09 |
| HSL | 182.11º | 0.97% | 0.46% | - |
| HSV(B) | 182.11º | 0.99% | 0.91% | - |
| XYZ | 40.85 | 58.56 | 84.75 | - |
| YUV | 158.13 | 169.11 | 17.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 231 | 0.99 | 0.03 | 0 | 0.09 | 182.11 | 0.97 | 0.46 |
| Hex | 3 | DF | E7 | 63 | 3 | 0 | 9 | B6 | 61 | 2E |
| Octal | 3 | 337 | 347 | 143 | 3 | 0 | 11 | 266 | 141 | 56 |
| Binary | 11 | 11011111 | 11100111 | 1100011 | 11 | 0 | 1001 | 10110110 | 1100001 | 101110 |
Color Harmonies of #03DFE7
Complementary color
Monochromatic Colors of #03DFE7
Black with #03DFE7
Text Example
Text Example
White with #03DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DFE7; }
p { color: rgb(3,223,231); }
H1.HeaderClassName
{
color: #03DFE7;
}
.AnyTagClassName
{
color: #03DFE7;
}
</style>
background-color css
<style>
a { background-color: #03DFE7; }
a { background-color: rgb(3,223,231); }
div.DivClassName
{
background-color: #03DFE7;
}
.BgClassName
{
background-color: #03DFE7;
}
</style>
border-color css
<style>
span { border-color: #03DFE7; }
span { border-color: rgb(3,223,231); }
td.TdClassName
{
border-color: #03DFE7;
}
.TagClassName
{
border-color: #03DFE7;
}
</style>