Shades of Bright Turquoise #03F0D9
Tints of Bright Turquoise #03F0D9
RGB
CMYK
RGB Variations
Color information
#03F0D9 (or 0x03F0D9) is known color: Bright Turquoise. HEX triplet: 03, F0 and D9. RGB value is (3,240,217). Sum of RGB (Red+Green+Blue) = 3+240+217=460 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #03F0D9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F0D9 is #FC0F26. Grayscale: #A6A6A6. Windows color (decimal): -16518951 or 14282755. OLE color: 14282755.
HSL color Cylindrical-coordinate representation of color #03F0D9: hue angle of 174.18º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F0D9 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 240 | 217 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.06 |
| HSL | 174.18º | 0.98% | 0.48% | - |
| HSV(B) | 174.18º | 0.99% | 0.94% | - |
| XYZ | 43.72 | 67.35 | 76.34 | - |
| YUV | 166.52 | 156.48 | 11.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 240 | 217 | 0.99 | 0 | 0.10 | 0.06 | 174.18 | 0.98 | 0.48 |
| Hex | 3 | F0 | D9 | 63 | 0 | A | 6 | AE | 62 | 30 |
| Octal | 3 | 360 | 331 | 143 | 0 | 12 | 6 | 256 | 142 | 60 |
| Binary | 11 | 11110000 | 11011001 | 1100011 | 0 | 1010 | 110 | 10101110 | 1100010 | 110000 |
Color Harmonies of #03F0D9
Complementary color
Monochromatic Colors of #03F0D9
Black with #03F0D9
Text Example
Text Example
White with #03F0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F0D9; }
p { color: rgb(3,240,217); }
H1.HeaderClassName
{
color: #03F0D9;
}
.AnyTagClassName
{
color: #03F0D9;
}
</style>
background-color css
<style>
a { background-color: #03F0D9; }
a { background-color: rgb(3,240,217); }
div.DivClassName
{
background-color: #03F0D9;
}
.BgClassName
{
background-color: #03F0D9;
}
</style>
border-color css
<style>
span { border-color: #03F0D9; }
span { border-color: rgb(3,240,217); }
td.TdClassName
{
border-color: #03F0D9;
}
.TagClassName
{
border-color: #03F0D9;
}
</style>