Shades of Bright Turquoise #03EBED
Tints of Bright Turquoise #03EBED
RGB
CMYK
RGB Variations
Color information
#03EBED (or 0x03EBED) is known color: Bright Turquoise. HEX triplet: 03, EB and ED. RGB value is (3,235,237). Sum of RGB (Red+Green+Blue) = 3+235+237=475 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #03EBED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EBED is #FC1412. Grayscale: #A5A5A5. Windows color (decimal): -16520211 or 15592195. OLE color: 15592195.
HSL color Cylindrical-coordinate representation of color #03EBED: hue angle of 180.51º 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 #03EBED is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 235 | 237 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.07 |
| HSL | 180.51º | 0.98% | 0.47% | - |
| HSV(B) | 180.51º | 0.99% | 0.93% | - |
| XYZ | 45.03 | 65.55 | 90.4 | - |
| YUV | 165.86 | 168.14 | 11.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 235 | 237 | 0.99 | 0.01 | 0 | 0.07 | 180.51 | 0.98 | 0.47 |
| Hex | 3 | EB | ED | 63 | 1 | 0 | 7 | B5 | 62 | 2F |
| Octal | 3 | 353 | 355 | 143 | 1 | 0 | 7 | 265 | 142 | 57 |
| Binary | 11 | 11101011 | 11101101 | 1100011 | 1 | 0 | 111 | 10110101 | 1100010 | 101111 |
Color Harmonies of #03EBED
Complementary color
Monochromatic Colors of #03EBED
Black with #03EBED
Text Example
Text Example
White with #03EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EBED; }
p { color: rgb(3,235,237); }
H1.HeaderClassName
{
color: #03EBED;
}
.AnyTagClassName
{
color: #03EBED;
}
</style>
background-color css
<style>
a { background-color: #03EBED; }
a { background-color: rgb(3,235,237); }
div.DivClassName
{
background-color: #03EBED;
}
.BgClassName
{
background-color: #03EBED;
}
</style>
border-color css
<style>
span { border-color: #03EBED; }
span { border-color: rgb(3,235,237); }
td.TdClassName
{
border-color: #03EBED;
}
.TagClassName
{
border-color: #03EBED;
}
</style>