Shades of Bright Turquoise #03F2BD
Tints of Bright Turquoise #03F2BD
RGB
CMYK
RGB Variations
Color information
#03F2BD (or 0x03F2BD) is known color: Bright Turquoise. HEX triplet: 03, F2 and BD. RGB value is (3,242,189). Sum of RGB (Red+Green+Blue) = 3+242+189=434 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #03F2BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F2BD is #FC0D42. Grayscale: #A4A4A4. Windows color (decimal): -16518467 or 12448259. OLE color: 12448259.
HSL color Cylindrical-coordinate representation of color #03F2BD: hue angle of 166.69º 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 #03F2BD is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 242 | 189 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.05 |
| HSL | 166.69º | 0.98% | 0.48% | - |
| HSV(B) | 166.69º | 0.99% | 0.95% | - |
| XYZ | 40.97 | 67.2 | 58.95 | - |
| YUV | 164.5 | 141.82 | 12.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 189 | 0.99 | 0 | 0.22 | 0.05 | 166.69 | 0.98 | 0.48 |
| Hex | 3 | F2 | BD | 63 | 0 | 16 | 5 | A7 | 62 | 30 |
| Octal | 3 | 362 | 275 | 143 | 0 | 26 | 5 | 247 | 142 | 60 |
| Binary | 11 | 11110010 | 10111101 | 1100011 | 0 | 10110 | 101 | 10100111 | 1100010 | 110000 |
Color Harmonies of #03F2BD
Complementary color
Monochromatic Colors of #03F2BD
Black with #03F2BD
Text Example
Text Example
White with #03F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F2BD; }
p { color: rgb(3,242,189); }
H1.HeaderClassName
{
color: #03F2BD;
}
.AnyTagClassName
{
color: #03F2BD;
}
</style>
background-color css
<style>
a { background-color: #03F2BD; }
a { background-color: rgb(3,242,189); }
div.DivClassName
{
background-color: #03F2BD;
}
.BgClassName
{
background-color: #03F2BD;
}
</style>
border-color css
<style>
span { border-color: #03F2BD; }
span { border-color: rgb(3,242,189); }
td.TdClassName
{
border-color: #03F2BD;
}
.TagClassName
{
border-color: #03F2BD;
}
</style>