Shades of Bright Turquoise #03F3E5
Tints of Bright Turquoise #03F3E5
RGB
CMYK
RGB Variations
Color information
#03F3E5 (or 0x03F3E5) is known color: Bright Turquoise. HEX triplet: 03, F3 and E5. RGB value is (3,243,229). Sum of RGB (Red+Green+Blue) = 3+243+229=475 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #03F3E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F3E5 is #FC0C1A. Grayscale: #A9A9A9. Windows color (decimal): -16518171 or 15069955. OLE color: 15069955.
HSL color Cylindrical-coordinate representation of color #03F3E5: hue angle of 176.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F3E5 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 243 | 229 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.05 |
| HSL | 176.5º | 0.98% | 0.48% | - |
| HSV(B) | 176.5º | 0.99% | 0.95% | - |
| XYZ | 46.23 | 69.78 | 85.16 | - |
| YUV | 169.64 | 161.49 | 9.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 243 | 229 | 0.99 | 0 | 0.06 | 0.05 | 176.5 | 0.98 | 0.48 |
| Hex | 3 | F3 | E5 | 63 | 0 | 6 | 5 | B0 | 62 | 30 |
| Octal | 3 | 363 | 345 | 143 | 0 | 6 | 5 | 260 | 142 | 60 |
| Binary | 11 | 11110011 | 11100101 | 1100011 | 0 | 110 | 101 | 10110000 | 1100010 | 110000 |
Color Harmonies of #03F3E5
Complementary color
Monochromatic Colors of #03F3E5
Black with #03F3E5
Text Example
Text Example
White with #03F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F3E5; }
p { color: rgb(3,243,229); }
H1.HeaderClassName
{
color: #03F3E5;
}
.AnyTagClassName
{
color: #03F3E5;
}
</style>
background-color css
<style>
a { background-color: #03F3E5; }
a { background-color: rgb(3,243,229); }
div.DivClassName
{
background-color: #03F3E5;
}
.BgClassName
{
background-color: #03F3E5;
}
</style>
border-color css
<style>
span { border-color: #03F3E5; }
span { border-color: rgb(3,243,229); }
td.TdClassName
{
border-color: #03F3E5;
}
.TagClassName
{
border-color: #03F3E5;
}
</style>