Shades of Bright Turquoise #03F5D3
Tints of Bright Turquoise #03F5D3
RGB
CMYK
RGB Variations
Color information
#03F5D3 (or 0x03F5D3) is known color: Bright Turquoise. HEX triplet: 03, F5 and D3. RGB value is (3,245,211). Sum of RGB (Red+Green+Blue) = 3+245+211=459 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 459); Green value is 245 (96.09% from 255 or 53.38% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 245 - color contains mainly: green. Hex color #03F5D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F5D3 is #FC0A2C. Grayscale: #A8A8A8. Windows color (decimal): -16517677 or 13890819. OLE color: 13890819.
HSL color Cylindrical-coordinate representation of color #03F5D3: hue angle of 171.57º 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 #03F5D3 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 245 | 211 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.04 |
| HSL | 171.57º | 0.98% | 0.49% | - |
| HSV(B) | 171.57º | 0.99% | 0.96% | - |
| XYZ | 44.45 | 70.03 | 72.8 | - |
| YUV | 168.77 | 151.83 | 9.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 245 | 211 | 0.99 | 0 | 0.14 | 0.04 | 171.57 | 0.98 | 0.49 |
| Hex | 3 | F5 | D3 | 63 | 0 | E | 4 | AC | 62 | 31 |
| Octal | 3 | 365 | 323 | 143 | 0 | 16 | 4 | 254 | 142 | 61 |
| Binary | 11 | 11110101 | 11010011 | 1100011 | 0 | 1110 | 100 | 10101100 | 1100010 | 110001 |
Color Harmonies of #03F5D3
Complementary color
Monochromatic Colors of #03F5D3
Black with #03F5D3
Text Example
Text Example
White with #03F5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F5D3; }
p { color: rgb(3,245,211); }
H1.HeaderClassName
{
color: #03F5D3;
}
.AnyTagClassName
{
color: #03F5D3;
}
</style>
background-color css
<style>
a { background-color: #03F5D3; }
a { background-color: rgb(3,245,211); }
div.DivClassName
{
background-color: #03F5D3;
}
.BgClassName
{
background-color: #03F5D3;
}
</style>
border-color css
<style>
span { border-color: #03F5D3; }
span { border-color: rgb(3,245,211); }
td.TdClassName
{
border-color: #03F5D3;
}
.TagClassName
{
border-color: #03F5D3;
}
</style>