#7AE6DF

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

Shades of Turquoise Blue #7AE6DF

Tints of Turquoise Blue #7AE6DF

Color information

#7AE6DF (or 0x7AE6DF) is unknown color: approx Turquoise Blue. HEX triplet: 7A, E6 and DF. RGB value is (122,230,223). Sum of RGB (Red+Green+Blue) = 122+230+223=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #7AE6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE6DF is #851920. Grayscale: #C4C4C4. Windows color (decimal): -8722721 or 14673530. OLE color: 14673530.

HSL color Cylindrical-coordinate representation of color #7AE6DF: hue angle of 176.11º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE6DF is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB122230223-
CMYK0.4700.030.10
HSL176.11º68.35%69.02%-
HSV(B)176.11º46.96%90.2%-
XYZ49.6466.0679.95-
YUV196.91142.7274.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.22%
GREEN value IS 230 (90.23% from 255) = 40%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=21.22%
G=40%
B=38.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1222302230.4700.030.10176.1168.3569.02
Hex7AE6DF2F03Ab04445
Octal172346337570312260104105
Binary1111010111001101101111110111101110101011000010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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