Shades of Bright Turquoise #03F0BF
Tints of Bright Turquoise #03F0BF
RGB
CMYK
RGB Variations
Color information
#03F0BF (or 0x03F0BF) is known color: Bright Turquoise. HEX triplet: 03, F0 and BF. RGB value is (3,240,191). Sum of RGB (Red+Green+Blue) = 3+240+191=434 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #03F0BF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F0BF is #FC0F40. Grayscale: #A3A3A3. Windows color (decimal): -16518977 or 12578819. OLE color: 12578819.
HSL color Cylindrical-coordinate representation of color #03F0BF: hue angle of 167.59º 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 #03F0BF is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 240 | 191 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.06 |
| HSL | 167.59º | 0.98% | 0.48% | - |
| HSV(B) | 167.59º | 0.99% | 0.94% | - |
| XYZ | 40.6 | 66.1 | 59.91 | - |
| YUV | 163.55 | 143.48 | 13.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 240 | 191 | 0.99 | 0 | 0.20 | 0.06 | 167.59 | 0.98 | 0.48 |
| Hex | 3 | F0 | BF | 63 | 0 | 14 | 6 | A8 | 62 | 30 |
| Octal | 3 | 360 | 277 | 143 | 0 | 24 | 6 | 250 | 142 | 60 |
| Binary | 11 | 11110000 | 10111111 | 1100011 | 0 | 10100 | 110 | 10101000 | 1100010 | 110000 |
Color Harmonies of #03F0BF
Complementary color
Monochromatic Colors of #03F0BF
Black with #03F0BF
Text Example
Text Example
White with #03F0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F0BF; }
p { color: rgb(3,240,191); }
H1.HeaderClassName
{
color: #03F0BF;
}
.AnyTagClassName
{
color: #03F0BF;
}
</style>
background-color css
<style>
a { background-color: #03F0BF; }
a { background-color: rgb(3,240,191); }
div.DivClassName
{
background-color: #03F0BF;
}
.BgClassName
{
background-color: #03F0BF;
}
</style>
border-color css
<style>
span { border-color: #03F0BF; }
span { border-color: rgb(3,240,191); }
td.TdClassName
{
border-color: #03F0BF;
}
.TagClassName
{
border-color: #03F0BF;
}
</style>