Shades of Bright Turquoise #03F1DF
Tints of Bright Turquoise #03F1DF
RGB
CMYK
RGB Variations
Color information
#03F1DF (or 0x03F1DF) is known color: Bright Turquoise. HEX triplet: 03, F1 and DF. RGB value is (3,241,223). Sum of RGB (Red+Green+Blue) = 3+241+223=467 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #03F1DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F1DF is #FC0E20. Grayscale: #A7A7A7. Windows color (decimal): -16518689 or 14676227. OLE color: 14676227.
HSL color Cylindrical-coordinate representation of color #03F1DF: hue angle of 175.46º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F1DF is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 241 | 223 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.05 |
| HSL | 175.46º | 0.98% | 0.48% | - |
| HSV(B) | 175.46º | 0.99% | 0.95% | - |
| XYZ | 44.81 | 68.26 | 80.63 | - |
| YUV | 167.79 | 159.15 | 10.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 241 | 223 | 0.99 | 0 | 0.07 | 0.05 | 175.46 | 0.98 | 0.48 |
| Hex | 3 | F1 | DF | 63 | 0 | 7 | 5 | AF | 62 | 30 |
| Octal | 3 | 361 | 337 | 143 | 0 | 7 | 5 | 257 | 142 | 60 |
| Binary | 11 | 11110001 | 11011111 | 1100011 | 0 | 111 | 101 | 10101111 | 1100010 | 110000 |
Color Harmonies of #03F1DF
Complementary color
Monochromatic Colors of #03F1DF
Black with #03F1DF
Text Example
Text Example
White with #03F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F1DF; }
p { color: rgb(3,241,223); }
H1.HeaderClassName
{
color: #03F1DF;
}
.AnyTagClassName
{
color: #03F1DF;
}
</style>
background-color css
<style>
a { background-color: #03F1DF; }
a { background-color: rgb(3,241,223); }
div.DivClassName
{
background-color: #03F1DF;
}
.BgClassName
{
background-color: #03F1DF;
}
</style>
border-color css
<style>
span { border-color: #03F1DF; }
span { border-color: rgb(3,241,223); }
td.TdClassName
{
border-color: #03F1DF;
}
.TagClassName
{
border-color: #03F1DF;
}
</style>