Shades of Bright Turquoise #03FACD
Tints of Bright Turquoise #03FACD
RGB
CMYK
RGB Variations
Color information
#03FACD (or 0x03FACD) is known color: Bright Turquoise. HEX triplet: 03, FA and CD. RGB value is (3,250,205). Sum of RGB (Red+Green+Blue) = 3+250+205=458 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 458); Green value is 250 (98.05% from 255 or 54.59% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 250 - color contains mainly: green. Hex color #03FACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FACD is #FC0532. Grayscale: #AAAAAA. Windows color (decimal): -16516403 or 13498883. OLE color: 13498883.
HSL color Cylindrical-coordinate representation of color #03FACD: hue angle of 169.07º 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 #03FACD is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 205 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.02 |
| HSL | 169.07º | 0.98% | 0.5% | - |
| HSV(B) | 169.07º | 0.99% | 0.98% | - |
| XYZ | 45.24 | 72.8 | 69.42 | - |
| YUV | 171.02 | 147.17 | 8.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 205 | 0.99 | 0 | 0.18 | 0.02 | 169.07 | 0.98 | 0.5 |
| Hex | 3 | FA | CD | 63 | 0 | 12 | 2 | A9 | 62 | 32 |
| Octal | 3 | 372 | 315 | 143 | 0 | 22 | 2 | 251 | 142 | 62 |
| Binary | 11 | 11111010 | 11001101 | 1100011 | 0 | 10010 | 10 | 10101001 | 1100010 | 110010 |
Color Harmonies of #03FACD
Complementary color
Monochromatic Colors of #03FACD
Black with #03FACD
Text Example
Text Example
White with #03FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FACD; }
p { color: rgb(3,250,205); }
H1.HeaderClassName
{
color: #03FACD;
}
.AnyTagClassName
{
color: #03FACD;
}
</style>
background-color css
<style>
a { background-color: #03FACD; }
a { background-color: rgb(3,250,205); }
div.DivClassName
{
background-color: #03FACD;
}
.BgClassName
{
background-color: #03FACD;
}
</style>
border-color css
<style>
span { border-color: #03FACD; }
span { border-color: rgb(3,250,205); }
td.TdClassName
{
border-color: #03FACD;
}
.TagClassName
{
border-color: #03FACD;
}
</style>