Shades of Bright Turquoise #03FADA
Tints of Bright Turquoise #03FADA
RGB
CMYK
RGB Variations
Color information
#03FADA (or 0x03FADA) is known color: Bright Turquoise. HEX triplet: 03, FA and DA. RGB value is (3,250,218). Sum of RGB (Red+Green+Blue) = 3+250+218=471 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #03FADA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FADA is #FC0525. Grayscale: #ACACAC. Windows color (decimal): -16516390 or 14350851. OLE color: 14350851.
HSL color Cylindrical-coordinate representation of color #03FADA: hue angle of 172.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FADA is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 218 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.02 |
| HSL | 172.23º | 0.98% | 0.5% | - |
| HSV(B) | 172.23º | 0.99% | 0.98% | - |
| XYZ | 46.88 | 73.45 | 78.04 | - |
| YUV | 172.5 | 153.67 | 7.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 218 | 0.99 | 0 | 0.13 | 0.02 | 172.23 | 0.98 | 0.5 |
| Hex | 3 | FA | DA | 63 | 0 | D | 2 | AC | 62 | 32 |
| Octal | 3 | 372 | 332 | 143 | 0 | 15 | 2 | 254 | 142 | 62 |
| Binary | 11 | 11111010 | 11011010 | 1100011 | 0 | 1101 | 10 | 10101100 | 1100010 | 110010 |
Color Harmonies of #03FADA
Complementary color
Monochromatic Colors of #03FADA
Black with #03FADA
Text Example
Text Example
White with #03FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FADA; }
p { color: rgb(3,250,218); }
H1.HeaderClassName
{
color: #03FADA;
}
.AnyTagClassName
{
color: #03FADA;
}
</style>
background-color css
<style>
a { background-color: #03FADA; }
a { background-color: rgb(3,250,218); }
div.DivClassName
{
background-color: #03FADA;
}
.BgClassName
{
background-color: #03FADA;
}
</style>
border-color css
<style>
span { border-color: #03FADA; }
span { border-color: rgb(3,250,218); }
td.TdClassName
{
border-color: #03FADA;
}
.TagClassName
{
border-color: #03FADA;
}
</style>