Shades of Bright Turquoise #03F0D0
Tints of Bright Turquoise #03F0D0
RGB
CMYK
RGB Variations
Color information
#03F0D0 (or 0x03F0D0) is known color: Bright Turquoise. HEX triplet: 03, F0 and D0. RGB value is (3,240,208). Sum of RGB (Red+Green+Blue) = 3+240+208=451 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #03F0D0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F0D0 is #FC0F2F. Grayscale: #A5A5A5. Windows color (decimal): -16518960 or 13692931. OLE color: 13692931.
HSL color Cylindrical-coordinate representation of color #03F0D0: hue angle of 171.9º 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 #03F0D0 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 240 | 208 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.06 |
| HSL | 171.9º | 0.98% | 0.48% | - |
| HSV(B) | 171.9º | 0.99% | 0.94% | - |
| XYZ | 42.58 | 66.89 | 70.34 | - |
| YUV | 165.49 | 151.98 | 12.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 240 | 208 | 0.99 | 0 | 0.13 | 0.06 | 171.9 | 0.98 | 0.48 |
| Hex | 3 | F0 | D0 | 63 | 0 | D | 6 | AC | 62 | 30 |
| Octal | 3 | 360 | 320 | 143 | 0 | 15 | 6 | 254 | 142 | 60 |
| Binary | 11 | 11110000 | 11010000 | 1100011 | 0 | 1101 | 110 | 10101100 | 1100010 | 110000 |
Color Harmonies of #03F0D0
Complementary color
Monochromatic Colors of #03F0D0
Black with #03F0D0
Text Example
Text Example
White with #03F0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F0D0; }
p { color: rgb(3,240,208); }
H1.HeaderClassName
{
color: #03F0D0;
}
.AnyTagClassName
{
color: #03F0D0;
}
</style>
background-color css
<style>
a { background-color: #03F0D0; }
a { background-color: rgb(3,240,208); }
div.DivClassName
{
background-color: #03F0D0;
}
.BgClassName
{
background-color: #03F0D0;
}
</style>
border-color css
<style>
span { border-color: #03F0D0; }
span { border-color: rgb(3,240,208); }
td.TdClassName
{
border-color: #03F0D0;
}
.TagClassName
{
border-color: #03F0D0;
}
</style>