Shades of Bright Turquoise #03FADF
Tints of Bright Turquoise #03FADF
RGB
CMYK
RGB Variations
Color information
#03FADF (or 0x03FADF) is known color: Bright Turquoise. HEX triplet: 03, FA and DF. RGB value is (3,250,223). Sum of RGB (Red+Green+Blue) = 3+250+223=476 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #03FADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FADF is #FC0520. Grayscale: #ACACAC. Windows color (decimal): -16516385 or 14678531. OLE color: 14678531.
HSL color Cylindrical-coordinate representation of color #03FADF: hue angle of 173.44º 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 #03FADF is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 223 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.02 |
| HSL | 173.44º | 0.98% | 0.5% | - |
| HSV(B) | 173.44º | 0.99% | 0.98% | - |
| XYZ | 47.54 | 73.72 | 81.54 | - |
| YUV | 173.07 | 156.17 | 6.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 223 | 0.99 | 0 | 0.11 | 0.02 | 173.44 | 0.98 | 0.5 |
| Hex | 3 | FA | DF | 63 | 0 | B | 2 | AD | 62 | 32 |
| Octal | 3 | 372 | 337 | 143 | 0 | 13 | 2 | 255 | 142 | 62 |
| Binary | 11 | 11111010 | 11011111 | 1100011 | 0 | 1011 | 10 | 10101101 | 1100010 | 110010 |
Color Harmonies of #03FADF
Complementary color
Monochromatic Colors of #03FADF
Black with #03FADF
Text Example
Text Example
White with #03FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FADF; }
p { color: rgb(3,250,223); }
H1.HeaderClassName
{
color: #03FADF;
}
.AnyTagClassName
{
color: #03FADF;
}
</style>
background-color css
<style>
a { background-color: #03FADF; }
a { background-color: rgb(3,250,223); }
div.DivClassName
{
background-color: #03FADF;
}
.BgClassName
{
background-color: #03FADF;
}
</style>
border-color css
<style>
span { border-color: #03FADF; }
span { border-color: rgb(3,250,223); }
td.TdClassName
{
border-color: #03FADF;
}
.TagClassName
{
border-color: #03FADF;
}
</style>