Shades of Bright Turquoise #03F2DF
Tints of Bright Turquoise #03F2DF
RGB
CMYK
RGB Variations
Color information
#03F2DF (or 0x03F2DF) is known color: Bright Turquoise. HEX triplet: 03, F2 and DF. RGB value is (3,242,223). Sum of RGB (Red+Green+Blue) = 3+242+223=468 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #03F2DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F2DF is #FC0D20. Grayscale: #A8A8A8. Windows color (decimal): -16518433 or 14676483. OLE color: 14676483.
HSL color Cylindrical-coordinate representation of color #03F2DF: hue angle of 175.23º 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 #03F2DF is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 242 | 223 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.05 |
| HSL | 175.23º | 0.98% | 0.48% | - |
| HSV(B) | 175.23º | 0.99% | 0.95% | - |
| XYZ | 45.11 | 68.85 | 80.72 | - |
| YUV | 168.37 | 158.82 | 10.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 223 | 0.99 | 0 | 0.08 | 0.05 | 175.23 | 0.98 | 0.48 |
| Hex | 3 | F2 | DF | 63 | 0 | 8 | 5 | AF | 62 | 30 |
| Octal | 3 | 362 | 337 | 143 | 0 | 10 | 5 | 257 | 142 | 60 |
| Binary | 11 | 11110010 | 11011111 | 1100011 | 0 | 1000 | 101 | 10101111 | 1100010 | 110000 |
Color Harmonies of #03F2DF
Complementary color
Monochromatic Colors of #03F2DF
Black with #03F2DF
Text Example
Text Example
White with #03F2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F2DF; }
p { color: rgb(3,242,223); }
H1.HeaderClassName
{
color: #03F2DF;
}
.AnyTagClassName
{
color: #03F2DF;
}
</style>
background-color css
<style>
a { background-color: #03F2DF; }
a { background-color: rgb(3,242,223); }
div.DivClassName
{
background-color: #03F2DF;
}
.BgClassName
{
background-color: #03F2DF;
}
</style>
border-color css
<style>
span { border-color: #03F2DF; }
span { border-color: rgb(3,242,223); }
td.TdClassName
{
border-color: #03F2DF;
}
.TagClassName
{
border-color: #03F2DF;
}
</style>