#7AEAE7

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

Shades of Turquoise Blue #7AEAE7

Tints of Turquoise Blue #7AEAE7

Color information

#7AEAE7 (or 0x7AEAE7) is unknown color: approx Turquoise Blue. HEX triplet: 7A, EA and E7. RGB value is (122,234,231). Sum of RGB (Red+Green+Blue) = 122+234+231=587 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.78% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEAE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEAE7 is #851518. Grayscale: #C8C8C8. Windows color (decimal): -8721689 or 15198842. OLE color: 15198842.

HSL color Cylindrical-coordinate representation of color #7AEAE7: hue angle of 178.39º 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 #7AEAE7 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB122234231-
CMYK0.4800.010.08
HSL178.39º72.73%69.8%-
HSV(B)178.39º47.86%91.76%-
XYZ51.8768.7586.14-
YUV200.17145.3972.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.78%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 231 (90.62% from 255) = 39.35%
R=20.78%
G=39.86%
B=39.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1222342310.4800.010.08178.3972.7369.8
Hex7AEAE730018b24946
Octal172352347600110262111106
Binary111101011101010111001111100000110001011001010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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