Shades of Bright Turquoise #03F2D9
Tints of Bright Turquoise #03F2D9
RGB
CMYK
RGB Variations
Color information
#03F2D9 (or 0x03F2D9) is known color: Bright Turquoise. HEX triplet: 03, F2 and D9. RGB value is (3,242,217). Sum of RGB (Red+Green+Blue) = 3+242+217=462 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #03F2D9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F2D9 is #FC0D26. Grayscale: #A7A7A7. Windows color (decimal): -16518439 or 14283267. OLE color: 14283267.
HSL color Cylindrical-coordinate representation of color #03F2D9: hue angle of 173.72º 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 #03F2D9 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 242 | 217 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.05 |
| HSL | 173.72º | 0.98% | 0.48% | - |
| HSV(B) | 173.72º | 0.99% | 0.95% | - |
| XYZ | 44.31 | 68.53 | 76.54 | - |
| YUV | 167.69 | 155.82 | 10.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 217 | 0.99 | 0 | 0.10 | 0.05 | 173.72 | 0.98 | 0.48 |
| Hex | 3 | F2 | D9 | 63 | 0 | A | 5 | AE | 62 | 30 |
| Octal | 3 | 362 | 331 | 143 | 0 | 12 | 5 | 256 | 142 | 60 |
| Binary | 11 | 11110010 | 11011001 | 1100011 | 0 | 1010 | 101 | 10101110 | 1100010 | 110000 |
Color Harmonies of #03F2D9
Complementary color
Monochromatic Colors of #03F2D9
Black with #03F2D9
Text Example
Text Example
White with #03F2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F2D9; }
p { color: rgb(3,242,217); }
H1.HeaderClassName
{
color: #03F2D9;
}
.AnyTagClassName
{
color: #03F2D9;
}
</style>
background-color css
<style>
a { background-color: #03F2D9; }
a { background-color: rgb(3,242,217); }
div.DivClassName
{
background-color: #03F2D9;
}
.BgClassName
{
background-color: #03F2D9;
}
</style>
border-color css
<style>
span { border-color: #03F2D9; }
span { border-color: rgb(3,242,217); }
td.TdClassName
{
border-color: #03F2D9;
}
.TagClassName
{
border-color: #03F2D9;
}
</style>