Shades of Bright Turquoise #03FCDF
Tints of Bright Turquoise #03FCDF
RGB
CMYK
RGB Variations
Color information
#03FCDF (or 0x03FCDF) is known color: Bright Turquoise. HEX triplet: 03, FC and DF. RGB value is (3,252,223). Sum of RGB (Red+Green+Blue) = 3+252+223=478 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #03FCDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FCDF is #FC0320. Grayscale: #AEAEAE. Windows color (decimal): -16515873 or 14679043. OLE color: 14679043.
HSL color Cylindrical-coordinate representation of color #03FCDF: hue angle of 173.01º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FCDF is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 252 | 223 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.01 |
| HSL | 173.01º | 0.98% | 0.5% | - |
| HSV(B) | 173.01º | 0.99% | 0.99% | - |
| XYZ | 48.17 | 74.97 | 81.74 | - |
| YUV | 174.24 | 155.51 | 5.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 252 | 223 | 0.99 | 0 | 0.12 | 0.01 | 173.01 | 0.98 | 0.5 |
| Hex | 3 | FC | DF | 63 | 0 | C | 1 | AD | 62 | 32 |
| Octal | 3 | 374 | 337 | 143 | 0 | 14 | 1 | 255 | 142 | 62 |
| Binary | 11 | 11111100 | 11011111 | 1100011 | 0 | 1100 | 1 | 10101101 | 1100010 | 110010 |
Color Harmonies of #03FCDF
Complementary color
Monochromatic Colors of #03FCDF
Black with #03FCDF
Text Example
Text Example
White with #03FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FCDF; }
p { color: rgb(3,252,223); }
H1.HeaderClassName
{
color: #03FCDF;
}
.AnyTagClassName
{
color: #03FCDF;
}
</style>
background-color css
<style>
a { background-color: #03FCDF; }
a { background-color: rgb(3,252,223); }
div.DivClassName
{
background-color: #03FCDF;
}
.BgClassName
{
background-color: #03FCDF;
}
</style>
border-color css
<style>
span { border-color: #03FCDF; }
span { border-color: rgb(3,252,223); }
td.TdClassName
{
border-color: #03FCDF;
}
.TagClassName
{
border-color: #03FCDF;
}
</style>