Shades of Bright Turquoise #03FFDF
Tints of Bright Turquoise #03FFDF
RGB
CMYK
RGB Variations
Color information
#03FFDF (or 0x03FFDF) is known color: Bright Turquoise. HEX triplet: 03, FF and DF. RGB value is (3,255,223). Sum of RGB (Red+Green+Blue) = 3+255+223=481 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #03FFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FFDF is #FC0020. Grayscale: #AFAFAF. Windows color (decimal): -16515105 or 14679811. OLE color: 14679811.
HSL color Cylindrical-coordinate representation of color #03FFDF: hue angle of 172.38º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FFDF is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 223 | - |
| CMYK | 0.99 | 0 | 0.13 | 0 |
| HSL | 172.38º | 1% | 0.51% | - |
| HSV(B) | 172.38º | 0.99% | 1% | - |
| XYZ | 49.12 | 76.87 | 82.06 | - |
| YUV | 176 | 154.51 | 4.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 223 | 0.99 | 0 | 0.13 | 0 | 172.38 | 1 | 0.51 |
| Hex | 3 | FF | DF | 63 | 0 | D | 0 | AC | 64 | 33 |
| Octal | 3 | 377 | 337 | 143 | 0 | 15 | 0 | 254 | 144 | 63 |
| Binary | 11 | 11111111 | 11011111 | 1100011 | 0 | 1101 | 0 | 10101100 | 1100100 | 110011 |
Color Harmonies of #03FFDF
Complementary color
Monochromatic Colors of #03FFDF
Black with #03FFDF
Text Example
Text Example
White with #03FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FFDF; }
p { color: rgb(3,255,223); }
H1.HeaderClassName
{
color: #03FFDF;
}
.AnyTagClassName
{
color: #03FFDF;
}
</style>
background-color css
<style>
a { background-color: #03FFDF; }
a { background-color: rgb(3,255,223); }
div.DivClassName
{
background-color: #03FFDF;
}
.BgClassName
{
background-color: #03FFDF;
}
</style>
border-color css
<style>
span { border-color: #03FFDF; }
span { border-color: rgb(3,255,223); }
td.TdClassName
{
border-color: #03FFDF;
}
.TagClassName
{
border-color: #03FFDF;
}
</style>