#07E5E3

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

Shades of Bright Turquoise #07E5E3

Tints of Bright Turquoise #07E5E3

Color information

#07E5E3 (or 0x07E5E3) is unknown color: approx Bright Turquoise. HEX triplet: 07, E5 and E3. RGB value is (7,229,227). Sum of RGB (Red+Green+Blue) = 7+229+227=463 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 227 (89.06% from 255 or 49.03% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #07E5E3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07E5E3 is #F81A1C. Grayscale: #A2A2A2. Windows color (decimal): -16259613 or 14935303. OLE color: 14935303.

HSL color Cylindrical-coordinate representation of color #07E5E3: hue angle of 179.46º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E5E3 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB7229227-
CMYK0.9700.010.10
HSL179.46º94.07%46.27%-
HSV(B)179.46º96.94%89.8%-
XYZ41.9761.6382.36-
YUV162.39164.4517.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.51%
GREEN value IS 229 (89.84% from 255) = 49.46%
BLUE value IS 227 (89.06% from 255) = 49.03%
R=1.51%
G=49.46%
B=49.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal72292270.9700.010.10179.4694.0746.27
Hex7E5E36101Ab35e2e
Octal7345343141011226313656
Binary11111100101111000111100001011010101100111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07E5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,229,227); }

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

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

 a { background-color: rgb(7,229,227); }

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

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

 span { border-color: rgb(7,229,227); }

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