Shades of Bright Turquoise #03F2D7
Tints of Bright Turquoise #03F2D7
RGB
CMYK
RGB Variations
Color information
#03F2D7 (or 0x03F2D7) is known color: Bright Turquoise. HEX triplet: 03, F2 and D7. RGB value is (3,242,215). Sum of RGB (Red+Green+Blue) = 3+242+215=460 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #03F2D7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F2D7 is #FC0D28. Grayscale: #A7A7A7. Windows color (decimal): -16518441 or 14152195. OLE color: 14152195.
HSL color Cylindrical-coordinate representation of color #03F2D7: hue angle of 173.22º 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 #03F2D7 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 242 | 215 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.05 |
| HSL | 173.22º | 0.98% | 0.48% | - |
| HSV(B) | 173.22º | 0.99% | 0.95% | - |
| XYZ | 44.06 | 68.43 | 75.18 | - |
| YUV | 167.46 | 154.82 | 10.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 215 | 0.99 | 0 | 0.11 | 0.05 | 173.22 | 0.98 | 0.48 |
| Hex | 3 | F2 | D7 | 63 | 0 | B | 5 | AD | 62 | 30 |
| Octal | 3 | 362 | 327 | 143 | 0 | 13 | 5 | 255 | 142 | 60 |
| Binary | 11 | 11110010 | 11010111 | 1100011 | 0 | 1011 | 101 | 10101101 | 1100010 | 110000 |
Color Harmonies of #03F2D7
Complementary color
Monochromatic Colors of #03F2D7
Black with #03F2D7
Text Example
Text Example
White with #03F2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F2D7; }
p { color: rgb(3,242,215); }
H1.HeaderClassName
{
color: #03F2D7;
}
.AnyTagClassName
{
color: #03F2D7;
}
</style>
background-color css
<style>
a { background-color: #03F2D7; }
a { background-color: rgb(3,242,215); }
div.DivClassName
{
background-color: #03F2D7;
}
.BgClassName
{
background-color: #03F2D7;
}
</style>
border-color css
<style>
span { border-color: #03F2D7; }
span { border-color: rgb(3,242,215); }
td.TdClassName
{
border-color: #03F2D7;
}
.TagClassName
{
border-color: #03F2D7;
}
</style>