#7AE6EE

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

Shades of Turquoise Blue #7AE6EE

Tints of Turquoise Blue #7AE6EE

Color information

#7AE6EE (or 0x7AE6EE) is unknown color: approx Turquoise Blue. HEX triplet: 7A, E6 and EE. RGB value is (122,230,238). Sum of RGB (Red+Green+Blue) = 122+230+238=590 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.68% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #7AE6EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AE6EE is #851911. Grayscale: #C6C6C6. Windows color (decimal): -8722706 or 15656570. OLE color: 15656570.

HSL color Cylindrical-coordinate representation of color #7AE6EE: hue angle of 184.14º 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 #7AE6EE is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122230238-
CMYK0.490.0300.07
HSL184.14º77.33%70.59%-
HSV(B)184.14º48.74%93.33%-
XYZ51.7666.991.07-
YUV198.62150.2273.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.68%
GREEN value IS 230 (90.23% from 255) = 38.98%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=20.68%
G=38.98%
B=40.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222302380.490.0300.07184.1477.3370.59
Hex7AE6EE31307b84d47
Octal17234635661307270115107
Binary111101011100110111011101100011101111011100010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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