Shades of Bright Turquoise #07EDF1
Tints of Bright Turquoise #07EDF1
RGB
CMYK
RGB Variations
Color information
#07EDF1 (or 0x07EDF1) is known color: Bright Turquoise. HEX triplet: 07, ED and F1. RGB value is (7,237,241). Sum of RGB (Red+Green+Blue) = 7+237+241=485 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.44% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #07EDF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07EDF1 is #F8120E. Grayscale: #A8A8A8. Windows color (decimal): -16257551 or 15854855. OLE color: 15854855.
HSL color Cylindrical-coordinate representation of color #07EDF1: hue angle of 181.03º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EDF1 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 237 | 241 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.05 |
| HSL | 181.03º | 0.94% | 0.49% | - |
| HSV(B) | 181.03º | 0.97% | 0.95% | - |
| XYZ | 46.25 | 66.96 | 93.71 | - |
| YUV | 168.69 | 168.8 | 12.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 237 | 241 | 0.97 | 0.02 | 0 | 0.05 | 181.03 | 0.94 | 0.49 |
| Hex | 7 | ED | F1 | 61 | 2 | 0 | 5 | B5 | 5E | 31 |
| Octal | 7 | 355 | 361 | 141 | 2 | 0 | 5 | 265 | 136 | 61 |
| Binary | 111 | 11101101 | 11110001 | 1100001 | 10 | 0 | 101 | 10110101 | 1011110 | 110001 |
Color Harmonies of #07EDF1
Complementary color
Monochromatic Colors of #07EDF1
Black with #07EDF1
Text Example
Text Example
White with #07EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EDF1; }
p { color: rgb(7,237,241); }
H1.HeaderClassName
{
color: #07EDF1;
}
.AnyTagClassName
{
color: #07EDF1;
}
</style>
background-color css
<style>
a { background-color: #07EDF1; }
a { background-color: rgb(7,237,241); }
div.DivClassName
{
background-color: #07EDF1;
}
.BgClassName
{
background-color: #07EDF1;
}
</style>
border-color css
<style>
span { border-color: #07EDF1; }
span { border-color: rgb(7,237,241); }
td.TdClassName
{
border-color: #07EDF1;
}
.TagClassName
{
border-color: #07EDF1;
}
</style>