#7AE3DA

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

Shades of Turquoise Blue #7AE3DA

Tints of Turquoise Blue #7AE3DA

Color information

#7AE3DA (or 0x7AE3DA) is unknown color: approx Turquoise Blue. HEX triplet: 7A, E3 and DA. RGB value is (122,227,218). Sum of RGB (Red+Green+Blue) = 122+227+218=567 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.52% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #7AE3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE3DA is #851C25. Grayscale: #C2C2C2. Windows color (decimal): -8723494 or 14345082. OLE color: 14345082.

HSL color Cylindrical-coordinate representation of color #7AE3DA: hue angle of 174.86º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE3DA is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB122227218-
CMYK0.4600.040.11
HSL174.86º65.22%68.43%-
HSV(B)174.86º46.26%89.02%-
XYZ48.1564.1476.17-
YUV194.58141.2176.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.52%
GREEN value IS 227 (89.06% from 255) = 40.04%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=21.52%
G=40.04%
B=38.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222272180.4600.040.11174.8665.2268.43
Hex7AE3DA2E04Baf4144
Octal172343332560413257101104
Binary11110101110001111011010101110010010111010111110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,227,218); }

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

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

 a { background-color: rgb(122,227,218); }

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

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

 span { border-color: rgb(122,227,218); }

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