Shades of Bright Turquoise #07E3EA
Tints of Bright Turquoise #07E3EA
RGB
CMYK
RGB Variations
Color information
#07E3EA (or 0x07E3EA) is known color: Bright Turquoise. HEX triplet: 07, E3 and EA. RGB value is (7,227,234). Sum of RGB (Red+Green+Blue) = 7+227+234=468 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #07E3EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07E3EA is #F81C15. Grayscale: #A1A1A1. Windows color (decimal): -16260118 or 15393543. OLE color: 15393543.
HSL color Cylindrical-coordinate representation of color #07E3EA: hue angle of 181.85º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E3EA is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 227 | 234 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.08 |
| HSL | 181.85º | 0.94% | 0.47% | - |
| HSV(B) | 181.85º | 0.97% | 0.92% | - |
| XYZ | 42.41 | 60.92 | 87.37 | - |
| YUV | 162.02 | 168.61 | 17.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 227 | 234 | 0.97 | 0.03 | 0 | 0.08 | 181.85 | 0.94 | 0.47 |
| Hex | 7 | E3 | EA | 61 | 3 | 0 | 8 | B6 | 5E | 2F |
| Octal | 7 | 343 | 352 | 141 | 3 | 0 | 10 | 266 | 136 | 57 |
| Binary | 111 | 11100011 | 11101010 | 1100001 | 11 | 0 | 1000 | 10110110 | 1011110 | 101111 |
Color Harmonies of #07E3EA
Complementary color
Monochromatic Colors of #07E3EA
Black with #07E3EA
Text Example
Text Example
White with #07E3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E3EA; }
p { color: rgb(7,227,234); }
H1.HeaderClassName
{
color: #07E3EA;
}
.AnyTagClassName
{
color: #07E3EA;
}
</style>
background-color css
<style>
a { background-color: #07E3EA; }
a { background-color: rgb(7,227,234); }
div.DivClassName
{
background-color: #07E3EA;
}
.BgClassName
{
background-color: #07E3EA;
}
</style>
border-color css
<style>
span { border-color: #07E3EA; }
span { border-color: rgb(7,227,234); }
td.TdClassName
{
border-color: #07E3EA;
}
.TagClassName
{
border-color: #07E3EA;
}
</style>