#7AE8E9

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

Shades of Turquoise Blue #7AE8E9

Tints of Turquoise Blue #7AE8E9

Color information

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

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

Color convert

RGB122232233-
CMYK0.480.0000.09
HSL180.54º71.61%69.61%-
HSV(B)180.54º47.64%91.37%-
XYZ51.5967.7387.45-
YUV199.22147.0672.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1222322330.480.0000.09180.5471.6169.61
Hex7AE8E930009b54846
Octal172350351600011265110106
Binary111101011101000111010011100000010011011010110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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