Shades of Bright Turquoise #03EDF1
Tints of Bright Turquoise #03EDF1
RGB
CMYK
RGB Variations
Color information
#03EDF1 (or 0x03EDF1) is known color: Bright Turquoise. HEX triplet: 03, ED and F1. RGB value is (3,237,241). Sum of RGB (Red+Green+Blue) = 3+237+241=481 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #03EDF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EDF1 is #FC120E. Grayscale: #A7A7A7. Windows color (decimal): -16519695 or 15854851. OLE color: 15854851.
HSL color Cylindrical-coordinate representation of color #03EDF1: hue angle of 181.01º 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 #03EDF1 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 237 | 241 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.05 |
| HSL | 181.01º | 0.98% | 0.48% | - |
| HSV(B) | 181.01º | 0.99% | 0.95% | - |
| XYZ | 46.2 | 66.94 | 93.7 | - |
| YUV | 167.49 | 169.48 | 10.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 237 | 241 | 0.99 | 0.02 | 0 | 0.05 | 181.01 | 0.98 | 0.48 |
| Hex | 3 | ED | F1 | 63 | 2 | 0 | 5 | B5 | 62 | 30 |
| Octal | 3 | 355 | 361 | 143 | 2 | 0 | 5 | 265 | 142 | 60 |
| Binary | 11 | 11101101 | 11110001 | 1100011 | 10 | 0 | 101 | 10110101 | 1100010 | 110000 |
Color Harmonies of #03EDF1
Complementary color
Monochromatic Colors of #03EDF1
Black with #03EDF1
Text Example
Text Example
White with #03EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EDF1; }
p { color: rgb(3,237,241); }
H1.HeaderClassName
{
color: #03EDF1;
}
.AnyTagClassName
{
color: #03EDF1;
}
</style>
background-color css
<style>
a { background-color: #03EDF1; }
a { background-color: rgb(3,237,241); }
div.DivClassName
{
background-color: #03EDF1;
}
.BgClassName
{
background-color: #03EDF1;
}
</style>
border-color css
<style>
span { border-color: #03EDF1; }
span { border-color: rgb(3,237,241); }
td.TdClassName
{
border-color: #03EDF1;
}
.TagClassName
{
border-color: #03EDF1;
}
</style>