#7ae3ea

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

Shades of Turquoise Blue #7AE3EA

Tints of Turquoise Blue #7AE3EA

Color information

#7AE3EA (or 0x7AE3EA) is unknown color: approx Turquoise Blue. HEX triplet: 7A, E3 and EA. RGB value is (122,227,234). Sum of RGB (Red+Green+Blue) = 122+227+234=583 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.93% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #7AE3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AE3EA is #851C15. Grayscale: #C4C4C4. Windows color (decimal): -8723478 or 15393658. OLE color: 15393658.

HSL color Cylindrical-coordinate representation of color #7AE3EA: hue angle of 183.75º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AE3EA is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB122227234-
CMYK0.480.0300.08
HSL183.75º72.73%69.8%-
HSV(B)183.75º47.86%91.76%-
XYZ50.3565.0287.74-
YUV196.4149.2174.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.93%
GREEN value IS 227 (89.06% from 255) = 38.94%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=20.93%
G=38.94%
B=40.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1222272340.480.0300.08183.7572.7369.8
Hex7AE3EA30308b84946
Octal172343352603010270111106
Binary1111010111000111110101011000011010001011100010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ae3ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,227,234); }

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

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

 a { background-color: rgb(122,227,234); }

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

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

 span { border-color: rgb(122,227,234); }

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