#7AE7E0

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

Shades of Turquoise Blue #7AE7E0

Tints of Turquoise Blue #7AE7E0

Color information

#7AE7E0 (or 0x7AE7E0) is unknown color: approx Turquoise Blue. HEX triplet: 7A, E7 and E0. RGB value is (122,231,224). Sum of RGB (Red+Green+Blue) = 122+231+224=577 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.14% from 577); Green value is 231 (90.62% from 255 or 40.03% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 231 - color contains mainly: green. Hex color #7AE7E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE7E0 is #85181F. Grayscale: #C5C5C5. Windows color (decimal): -8722464 or 14739322. OLE color: 14739322.

HSL color Cylindrical-coordinate representation of color #7AE7E0: hue angle of 176.15º 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 #7AE7E0 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB122231224-
CMYK0.4700.030.09
HSL176.15º69.43%69.22%-
HSV(B)176.15º47.19%90.59%-
XYZ50.0666.6780.75-
YUV197.61142.8974.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.14%
GREEN value IS 231 (90.62% from 255) = 40.03%
BLUE value IS 224 (87.89% from 255) = 38.82%
R=21.14%
G=40.03%
B=38.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1222312240.4700.030.09176.1569.4369.22
Hex7AE7E02F039b04545
Octal172347340570311260105105
Binary1111010111001111110000010111101110011011000010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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