Shades of Bright Turquoise #03F5DB
Tints of Bright Turquoise #03F5DB
RGB
CMYK
RGB Variations
Color information
#03F5DB (or 0x03F5DB) is known color: Bright Turquoise. HEX triplet: 03, F5 and DB. RGB value is (3,245,219). Sum of RGB (Red+Green+Blue) = 3+245+219=467 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 467); Green value is 245 (96.09% from 255 or 52.46% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 245 - color contains mainly: green. Hex color #03F5DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F5DB is #FC0A24. Grayscale: #A9A9A9. Windows color (decimal): -16517669 or 14415107. OLE color: 14415107.
HSL color Cylindrical-coordinate representation of color #03F5DB: hue angle of 173.55º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F5DB is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 245 | 219 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.04 |
| HSL | 173.55º | 0.98% | 0.49% | - |
| HSV(B) | 173.55º | 0.99% | 0.96% | - |
| XYZ | 45.48 | 70.44 | 78.22 | - |
| YUV | 169.68 | 155.83 | 9.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 245 | 219 | 0.99 | 0 | 0.11 | 0.04 | 173.55 | 0.98 | 0.49 |
| Hex | 3 | F5 | DB | 63 | 0 | B | 4 | AE | 62 | 31 |
| Octal | 3 | 365 | 333 | 143 | 0 | 13 | 4 | 256 | 142 | 61 |
| Binary | 11 | 11110101 | 11011011 | 1100011 | 0 | 1011 | 100 | 10101110 | 1100010 | 110001 |
Color Harmonies of #03F5DB
Complementary color
Monochromatic Colors of #03F5DB
Black with #03F5DB
Text Example
Text Example
White with #03F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F5DB; }
p { color: rgb(3,245,219); }
H1.HeaderClassName
{
color: #03F5DB;
}
.AnyTagClassName
{
color: #03F5DB;
}
</style>
background-color css
<style>
a { background-color: #03F5DB; }
a { background-color: rgb(3,245,219); }
div.DivClassName
{
background-color: #03F5DB;
}
.BgClassName
{
background-color: #03F5DB;
}
</style>
border-color css
<style>
span { border-color: #03F5DB; }
span { border-color: rgb(3,245,219); }
td.TdClassName
{
border-color: #03F5DB;
}
.TagClassName
{
border-color: #03F5DB;
}
</style>