#07E4EA

Color #07E4EA Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #07E4EA

Tints of Bright Turquoise #07E4EA

Color information

#07E4EA (or 0x07E4EA) is unknown color: approx Bright Turquoise. HEX triplet: 07, E4 and EA. RGB value is (7,228,234). Sum of RGB (Red+Green+Blue) = 7+228+234=469 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.49% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #07E4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07E4EA is #F81B15. Grayscale: #A2A2A2. Windows color (decimal): -16259862 or 15393799. OLE color: 15393799.

HSL color Cylindrical-coordinate representation of color #07E4EA: hue angle of 181.59º 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 #07E4EA is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7228234-
CMYK0.970.0300.08
HSL181.59º94.19%47.25%-
HSV(B)181.59º97.01%91.76%-
XYZ42.6861.4787.46-
YUV162.6168.2817.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 1.49%
GREEN value IS 228 (89.45% from 255) = 48.61%
BLUE value IS 234 (91.80% from 255) = 49.89%
R=1.49%
G=48.61%
B=49.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal72282340.970.0300.08181.5994.1947.25
Hex7E4EA61308b65e2f
Octal7344352141301026613657
Binary111111001001110101011000011101000101101101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07E4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07E4EA; }

 p { color: rgb(7,228,234); }

 H1.HeaderClassName
 {
   color: #07E4EA;
 }
 .AnyTagClassName
 {
   color: #07E4EA;
 }
</style>
background-color css

<style>
 a { background-color: #07E4EA; }

 a { background-color: rgb(7,228,234); }

 div.DivClassName
 {
   background-color: #07E4EA;
 }
 .BgClassName
 {
   background-color: #07E4EA;
 }
</style>
border-color css

<style>
 span { border-color: #07E4EA; }

 span { border-color: rgb(7,228,234); }

 td.TdClassName
 {
   border-color: #07E4EA;
 }
 .TagClassName
 {
   border-color: #07E4EA;
 }
</style>