Shades of Bright Turquoise #03F5E6
Tints of Bright Turquoise #03F5E6
RGB
CMYK
RGB Variations
Color information
#03F5E6 (or 0x03F5E6) is known color: Bright Turquoise. HEX triplet: 03, F5 and E6. RGB value is (3,245,230). Sum of RGB (Red+Green+Blue) = 3+245+230=478 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 478); Green value is 245 (96.09% from 255 or 51.26% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 245 - color contains mainly: green. Hex color #03F5E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03F5E6 is #FC0A19. Grayscale: #AAAAAA. Windows color (decimal): -16517658 or 15136003. OLE color: 15136003.
HSL color Cylindrical-coordinate representation of color #03F5E6: hue angle of 176.28º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F5E6 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 245 | 230 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.04 |
| HSL | 176.28º | 0.98% | 0.49% | - |
| HSV(B) | 176.28º | 0.99% | 0.96% | - |
| XYZ | 46.97 | 71.04 | 86.1 | - |
| YUV | 170.93 | 161.33 | 8.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 245 | 230 | 0.99 | 0 | 0.06 | 0.04 | 176.28 | 0.98 | 0.49 |
| Hex | 3 | F5 | E6 | 63 | 0 | 6 | 4 | B0 | 62 | 31 |
| Octal | 3 | 365 | 346 | 143 | 0 | 6 | 4 | 260 | 142 | 61 |
| Binary | 11 | 11110101 | 11100110 | 1100011 | 0 | 110 | 100 | 10110000 | 1100010 | 110001 |
Color Harmonies of #03F5E6
Complementary color
Monochromatic Colors of #03F5E6
Black with #03F5E6
Text Example
Text Example
White with #03F5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F5E6; }
p { color: rgb(3,245,230); }
H1.HeaderClassName
{
color: #03F5E6;
}
.AnyTagClassName
{
color: #03F5E6;
}
</style>
background-color css
<style>
a { background-color: #03F5E6; }
a { background-color: rgb(3,245,230); }
div.DivClassName
{
background-color: #03F5E6;
}
.BgClassName
{
background-color: #03F5E6;
}
</style>
border-color css
<style>
span { border-color: #03F5E6; }
span { border-color: rgb(3,245,230); }
td.TdClassName
{
border-color: #03F5E6;
}
.TagClassName
{
border-color: #03F5E6;
}
</style>