#7AE7E2

Color #7AE7E2 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #7AE7E2

Tints of Turquoise Blue #7AE7E2

Color information

#7AE7E2 (or 0x7AE7E2) is unknown color: approx Turquoise Blue. HEX triplet: 7A, E7 and E2. RGB value is (122,231,226). Sum of RGB (Red+Green+Blue) = 122+231+226=579 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.07% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 231 - color contains mainly: green. Hex color #7AE7E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE7E2 is #85181D. Grayscale: #C5C5C5. Windows color (decimal): -8722462 or 14870394. OLE color: 14870394.

HSL color Cylindrical-coordinate representation of color #7AE7E2: hue angle of 177.25º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE7E2 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB122231226-
CMYK0.4700.020.09
HSL177.25º69.43%69.22%-
HSV(B)177.25º47.19%90.59%-
XYZ50.3366.7882.19-
YUV197.84143.8973.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.07%
GREEN value IS 231 (90.62% from 255) = 39.90%
BLUE value IS 226 (88.67% from 255) = 39.03%
R=21.07%
G=39.90%
B=39.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1222312260.4700.020.09177.2569.4369.22
Hex7AE7E22F029b14545
Octal172347342570211261105105
Binary1111010111001111110001010111101010011011000110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AE7E2; }

 p { color: rgb(122,231,226); }

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

<style>
 a { background-color: #7AE7E2; }

 a { background-color: rgb(122,231,226); }

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

<style>
 span { border-color: #7AE7E2; }

 span { border-color: rgb(122,231,226); }

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