#7AE5EE

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

Shades of Turquoise Blue #7AE5EE

Tints of Turquoise Blue #7AE5EE

Color information

#7AE5EE (or 0x7AE5EE) is unknown color: approx Turquoise Blue. HEX triplet: 7A, E5 and EE. RGB value is (122,229,238). Sum of RGB (Red+Green+Blue) = 122+229+238=589 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.71% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #7AE5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AE5EE is #851A11. Grayscale: #C5C5C5. Windows color (decimal): -8722962 or 15656314. OLE color: 15656314.

HSL color Cylindrical-coordinate representation of color #7AE5EE: hue angle of 184.66º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AE5EE is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122229238-
CMYK0.490.0400.07
HSL184.66º77.33%70.59%-
HSV(B)184.66º48.74%93.33%-
XYZ51.4866.3590.98-
YUV198.03150.5573.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.71%
GREEN value IS 229 (89.84% from 255) = 38.88%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=20.71%
G=38.88%
B=40.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222292380.490.0400.07184.6677.3370.59
Hex7AE5EE31407b94d47
Octal17234535661407271115107
Binary1111010111001011110111011000110001111011100110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,229,238); }

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

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

 a { background-color: rgb(122,229,238); }

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

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

 span { border-color: rgb(122,229,238); }

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