Shades of Bright Turquoise #03F1DB
Tints of Bright Turquoise #03F1DB
RGB
CMYK
RGB Variations
Color information
#03F1DB (or 0x03F1DB) is known color: Bright Turquoise. HEX triplet: 03, F1 and DB. RGB value is (3,241,219). Sum of RGB (Red+Green+Blue) = 3+241+219=463 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #03F1DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F1DB is #FC0E24. Grayscale: #A7A7A7. Windows color (decimal): -16518693 or 14414083. OLE color: 14414083.
HSL color Cylindrical-coordinate representation of color #03F1DB: hue angle of 174.45º 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 #03F1DB is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 241 | 219 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.05 |
| HSL | 174.45º | 0.98% | 0.48% | - |
| HSV(B) | 174.45º | 0.99% | 0.95% | - |
| XYZ | 44.28 | 68.04 | 77.82 | - |
| YUV | 167.33 | 157.15 | 10.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 241 | 219 | 0.99 | 0 | 0.09 | 0.05 | 174.45 | 0.98 | 0.48 |
| Hex | 3 | F1 | DB | 63 | 0 | 9 | 5 | AE | 62 | 30 |
| Octal | 3 | 361 | 333 | 143 | 0 | 11 | 5 | 256 | 142 | 60 |
| Binary | 11 | 11110001 | 11011011 | 1100011 | 0 | 1001 | 101 | 10101110 | 1100010 | 110000 |
Color Harmonies of #03F1DB
Complementary color
Monochromatic Colors of #03F1DB
Black with #03F1DB
Text Example
Text Example
White with #03F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F1DB; }
p { color: rgb(3,241,219); }
H1.HeaderClassName
{
color: #03F1DB;
}
.AnyTagClassName
{
color: #03F1DB;
}
</style>
background-color css
<style>
a { background-color: #03F1DB; }
a { background-color: rgb(3,241,219); }
div.DivClassName
{
background-color: #03F1DB;
}
.BgClassName
{
background-color: #03F1DB;
}
</style>
border-color css
<style>
span { border-color: #03F1DB; }
span { border-color: rgb(3,241,219); }
td.TdClassName
{
border-color: #03F1DB;
}
.TagClassName
{
border-color: #03F1DB;
}
</style>