Shades of Bright Turquoise #03E6E7
Tints of Bright Turquoise #03E6E7
RGB
CMYK
RGB Variations
Color information
#03E6E7 (or 0x03E6E7) is known color: Bright Turquoise. HEX triplet: 03, E6 and E7. RGB value is (3,230,231). Sum of RGB (Red+Green+Blue) = 3+230+231=464 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #03E6E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03E6E7 is #FC1918. Grayscale: #A2A2A2. Windows color (decimal): -16521497 or 15197699. OLE color: 15197699.
HSL color Cylindrical-coordinate representation of color #03E6E7: hue angle of 180.26º 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 #03E6E7 is Cyan = 0.99, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 230 | 231 | - |
| CMYK | 0.99 | 0.00 | 0 | 0.09 |
| HSL | 180.26º | 0.97% | 0.46% | - |
| HSV(B) | 180.26º | 0.99% | 0.91% | - |
| XYZ | 42.76 | 62.38 | 85.39 | - |
| YUV | 162.24 | 166.79 | 14.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 230 | 231 | 0.99 | 0.00 | 0 | 0.09 | 180.26 | 0.97 | 0.46 |
| Hex | 3 | E6 | E7 | 63 | 0 | 0 | 9 | B4 | 61 | 2E |
| Octal | 3 | 346 | 347 | 143 | 0 | 0 | 11 | 264 | 141 | 56 |
| Binary | 11 | 11100110 | 11100111 | 1100011 | 0 | 0 | 1001 | 10110100 | 1100001 | 101110 |
Color Harmonies of #03E6E7
Complementary color
Monochromatic Colors of #03E6E7
Black with #03E6E7
Text Example
Text Example
White with #03E6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E6E7; }
p { color: rgb(3,230,231); }
H1.HeaderClassName
{
color: #03E6E7;
}
.AnyTagClassName
{
color: #03E6E7;
}
</style>
background-color css
<style>
a { background-color: #03E6E7; }
a { background-color: rgb(3,230,231); }
div.DivClassName
{
background-color: #03E6E7;
}
.BgClassName
{
background-color: #03E6E7;
}
</style>
border-color css
<style>
span { border-color: #03E6E7; }
span { border-color: rgb(3,230,231); }
td.TdClassName
{
border-color: #03E6E7;
}
.TagClassName
{
border-color: #03E6E7;
}
</style>