Shades of Bright Turquoise #03EDC1
Tints of Bright Turquoise #03EDC1
RGB
CMYK
RGB Variations
Color information
#03EDC1 (or 0x03EDC1) is known color: Bright Turquoise. HEX triplet: 03, ED and C1. RGB value is (3,237,193). Sum of RGB (Red+Green+Blue) = 3+237+193=433 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 433); Green value is 237 (92.97% from 255 or 54.73% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 237 - color contains mainly: green. Hex color #03EDC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EDC1 is #FC123E. Grayscale: #A1A1A1. Windows color (decimal): -16519743 or 12709123. OLE color: 12709123.
HSL color Cylindrical-coordinate representation of color #03EDC1: hue angle of 168.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EDC1 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 237 | 193 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.07 |
| HSL | 168.72º | 0.98% | 0.47% | - |
| HSV(B) | 168.72º | 0.99% | 0.93% | - |
| XYZ | 39.95 | 64.44 | 60.78 | - |
| YUV | 162.02 | 145.48 | 14.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 237 | 193 | 0.99 | 0 | 0.19 | 0.07 | 168.72 | 0.98 | 0.47 |
| Hex | 3 | ED | C1 | 63 | 0 | 13 | 7 | A9 | 62 | 2F |
| Octal | 3 | 355 | 301 | 143 | 0 | 23 | 7 | 251 | 142 | 57 |
| Binary | 11 | 11101101 | 11000001 | 1100011 | 0 | 10011 | 111 | 10101001 | 1100010 | 101111 |
Color Harmonies of #03EDC1
Complementary color
Monochromatic Colors of #03EDC1
Black with #03EDC1
Text Example
Text Example
White with #03EDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EDC1; }
p { color: rgb(3,237,193); }
H1.HeaderClassName
{
color: #03EDC1;
}
.AnyTagClassName
{
color: #03EDC1;
}
</style>
background-color css
<style>
a { background-color: #03EDC1; }
a { background-color: rgb(3,237,193); }
div.DivClassName
{
background-color: #03EDC1;
}
.BgClassName
{
background-color: #03EDC1;
}
</style>
border-color css
<style>
span { border-color: #03EDC1; }
span { border-color: rgb(3,237,193); }
td.TdClassName
{
border-color: #03EDC1;
}
.TagClassName
{
border-color: #03EDC1;
}
</style>