Shades of Bright Turquoise #07E1ED
Tints of Bright Turquoise #07E1ED
RGB
CMYK
RGB Variations
Color information
#07E1ED (or 0x07E1ED) is known color: Bright Turquoise. HEX triplet: 07, E1 and ED. RGB value is (7,225,237). Sum of RGB (Red+Green+Blue) = 7+225+237=469 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.49% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #07E1ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07E1ED is #F81E12. Grayscale: #A0A0A0. Windows color (decimal): -16260627 or 15589639. OLE color: 15589639.
HSL color Cylindrical-coordinate representation of color #07E1ED: hue angle of 183.13º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E1ED is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 225 | 237 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.07 |
| HSL | 183.13º | 0.94% | 0.48% | - |
| HSV(B) | 183.13º | 0.97% | 0.93% | - |
| XYZ | 42.3 | 60.01 | 89.47 | - |
| YUV | 161.19 | 170.78 | 18.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 237 | 0.97 | 0.05 | 0 | 0.07 | 183.13 | 0.94 | 0.48 |
| Hex | 7 | E1 | ED | 61 | 5 | 0 | 7 | B7 | 5E | 30 |
| Octal | 7 | 341 | 355 | 141 | 5 | 0 | 7 | 267 | 136 | 60 |
| Binary | 111 | 11100001 | 11101101 | 1100001 | 101 | 0 | 111 | 10110111 | 1011110 | 110000 |
Color Harmonies of #07E1ED
Complementary color
Monochromatic Colors of #07E1ED
Black with #07E1ED
Text Example
Text Example
White with #07E1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E1ED; }
p { color: rgb(7,225,237); }
H1.HeaderClassName
{
color: #07E1ED;
}
.AnyTagClassName
{
color: #07E1ED;
}
</style>
background-color css
<style>
a { background-color: #07E1ED; }
a { background-color: rgb(7,225,237); }
div.DivClassName
{
background-color: #07E1ED;
}
.BgClassName
{
background-color: #07E1ED;
}
</style>
border-color css
<style>
span { border-color: #07E1ED; }
span { border-color: rgb(7,225,237); }
td.TdClassName
{
border-color: #07E1ED;
}
.TagClassName
{
border-color: #07E1ED;
}
</style>