Shades of Bright Turquoise #03EDE7
Tints of Bright Turquoise #03EDE7
RGB
CMYK
RGB Variations
Color information
#03EDE7 (or 0x03EDE7) is known color: Bright Turquoise. HEX triplet: 03, ED and E7. RGB value is (3,237,231). Sum of RGB (Red+Green+Blue) = 3+237+231=471 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #03EDE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EDE7 is #FC1218. Grayscale: #A6A6A6. Windows color (decimal): -16519705 or 15199491. OLE color: 15199491.
HSL color Cylindrical-coordinate representation of color #03EDE7: hue angle of 178.46º 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 #03EDE7 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 237 | 231 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.07 |
| HSL | 178.46º | 0.98% | 0.47% | - |
| HSV(B) | 178.46º | 0.99% | 0.93% | - |
| XYZ | 44.75 | 66.36 | 86.05 | - |
| YUV | 166.35 | 164.48 | 11.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 237 | 231 | 0.99 | 0 | 0.03 | 0.07 | 178.46 | 0.98 | 0.47 |
| Hex | 3 | ED | E7 | 63 | 0 | 3 | 7 | B2 | 62 | 2F |
| Octal | 3 | 355 | 347 | 143 | 0 | 3 | 7 | 262 | 142 | 57 |
| Binary | 11 | 11101101 | 11100111 | 1100011 | 0 | 11 | 111 | 10110010 | 1100010 | 101111 |
Color Harmonies of #03EDE7
Complementary color
Monochromatic Colors of #03EDE7
Black with #03EDE7
Text Example
Text Example
White with #03EDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EDE7; }
p { color: rgb(3,237,231); }
H1.HeaderClassName
{
color: #03EDE7;
}
.AnyTagClassName
{
color: #03EDE7;
}
</style>
background-color css
<style>
a { background-color: #03EDE7; }
a { background-color: rgb(3,237,231); }
div.DivClassName
{
background-color: #03EDE7;
}
.BgClassName
{
background-color: #03EDE7;
}
</style>
border-color css
<style>
span { border-color: #03EDE7; }
span { border-color: rgb(3,237,231); }
td.TdClassName
{
border-color: #03EDE7;
}
.TagClassName
{
border-color: #03EDE7;
}
</style>