#7AE9E8

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

Shades of Turquoise Blue #7AE9E8

Tints of Turquoise Blue #7AE9E8

Color information

#7AE9E8 (or 0x7AE9E8) is unknown color: approx Turquoise Blue. HEX triplet: 7A, E9 and E8. RGB value is (122,233,232). Sum of RGB (Red+Green+Blue) = 122+233+232=587 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.78% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 233 - color contains mainly: green. Hex color #7AE9E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AE9E8 is #851617. Grayscale: #C7C7C7. Windows color (decimal): -8721944 or 15264122. OLE color: 15264122.

HSL color Cylindrical-coordinate representation of color #7AE9E8: hue angle of 179.46º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AE9E8 is Cyan = 0.48, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB122233232-
CMYK0.4800.000.09
HSL179.46º71.61%69.61%-
HSV(B)179.46º47.64%91.37%-
XYZ51.7368.2486.79-
YUV199.7146.2372.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.78%
GREEN value IS 233 (91.41% from 255) = 39.69%
BLUE value IS 232 (91.02% from 255) = 39.52%
R=20.78%
G=39.69%
B=39.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1222332320.4800.000.09179.4671.6169.61
Hex7AE9E830009b34846
Octal172351350600011263110106
Binary111101011101001111010001100000010011011001110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,233,232); }

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

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

 a { background-color: rgb(122,233,232); }

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

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

 span { border-color: rgb(122,233,232); }

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