Shades of Bright Turquoise #03EDE4
Tints of Bright Turquoise #03EDE4
RGB
CMYK
RGB Variations
Color information
#03EDE4 (or 0x03EDE4) is known color: Bright Turquoise. HEX triplet: 03, ED and E4. RGB value is (3,237,228). Sum of RGB (Red+Green+Blue) = 3+237+228=468 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #03EDE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EDE4 is #FC121B. Grayscale: #A5A5A5. Windows color (decimal): -16519708 or 15002883. OLE color: 15002883.
HSL color Cylindrical-coordinate representation of color #03EDE4: hue angle of 177.69º 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 #03EDE4 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 237 | 228 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.07 |
| HSL | 177.69º | 0.98% | 0.47% | - |
| HSV(B) | 177.69º | 0.99% | 0.93% | - |
| XYZ | 44.33 | 66.19 | 83.84 | - |
| YUV | 166.01 | 162.98 | 11.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 237 | 228 | 0.99 | 0 | 0.04 | 0.07 | 177.69 | 0.98 | 0.47 |
| Hex | 3 | ED | E4 | 63 | 0 | 4 | 7 | B2 | 62 | 2F |
| Octal | 3 | 355 | 344 | 143 | 0 | 4 | 7 | 262 | 142 | 57 |
| Binary | 11 | 11101101 | 11100100 | 1100011 | 0 | 100 | 111 | 10110010 | 1100010 | 101111 |
Color Harmonies of #03EDE4
Complementary color
Monochromatic Colors of #03EDE4
Black with #03EDE4
Text Example
Text Example
White with #03EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EDE4; }
p { color: rgb(3,237,228); }
H1.HeaderClassName
{
color: #03EDE4;
}
.AnyTagClassName
{
color: #03EDE4;
}
</style>
background-color css
<style>
a { background-color: #03EDE4; }
a { background-color: rgb(3,237,228); }
div.DivClassName
{
background-color: #03EDE4;
}
.BgClassName
{
background-color: #03EDE4;
}
</style>
border-color css
<style>
span { border-color: #03EDE4; }
span { border-color: rgb(3,237,228); }
td.TdClassName
{
border-color: #03EDE4;
}
.TagClassName
{
border-color: #03EDE4;
}
</style>