#7ae4f0

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

Shades of Turquoise Blue #7AE4F0

Tints of Turquoise Blue #7AE4F0

Color information

#7AE4F0 (or 0x7AE4F0) is unknown color: approx Turquoise Blue. HEX triplet: 7A, E4 and F0. RGB value is (122,228,240). Sum of RGB (Red+Green+Blue) = 122+228+240=590 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.68% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #7AE4F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AE4F0 is #851B0F. Grayscale: #C5C5C5. Windows color (decimal): -8723216 or 15787130. OLE color: 15787130.

HSL color Cylindrical-coordinate representation of color #7AE4F0: hue angle of 186.1º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AE4F0 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB122228240-
CMYK0.490.0500.06
HSL186.1º79.73%70.98%-
HSV(B)186.1º49.17%94.12%-
XYZ51.565.9292.45-
YUV197.67151.8874.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.68%
GREEN value IS 228 (89.45% from 255) = 38.64%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=20.68%
G=38.64%
B=40.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222282400.490.0500.06186.179.7370.98
Hex7AE4F031506ba5047
Octal17234436061506272120107
Binary1111010111001001111000011000110101101011101010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ae4f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,228,240); }

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

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

 a { background-color: rgb(122,228,240); }

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

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

 span { border-color: rgb(122,228,240); }

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