#7AEEE5

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

Shades of Turquoise Blue #7AEEE5

Tints of Turquoise Blue #7AEEE5

Color information

#7AEEE5 (or 0x7AEEE5) is unknown color: approx Turquoise Blue. HEX triplet: 7A, EE and E5. RGB value is (122,238,229). Sum of RGB (Red+Green+Blue) = 122+238+229=589 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.71% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEEE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEEE5 is #85111A. Grayscale: #CACACA. Windows color (decimal): -8720667 or 15068794. OLE color: 15068794.

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

Color convert

RGB122238229-
CMYK0.4900.040.07
HSL175.34º77.33%70.59%-
HSV(B)175.34º48.74%93.33%-
XYZ52.7470.9485.04-
YUV202.29143.0770.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.71%
GREEN value IS 238 (93.36% from 255) = 40.41%
BLUE value IS 229 (89.84% from 255) = 38.88%
R=20.71%
G=40.41%
B=38.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222382290.4900.040.07175.3477.3370.59
Hex7AEEE531047af4d47
Octal17235634561047257115107
Binary1111010111011101110010111000101001111010111110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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