#7AEFE4

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

Shades of Turquoise Blue #7AEFE4

Tints of Turquoise Blue #7AEFE4

Color information

#7AEFE4 (or 0x7AEFE4) is unknown color: approx Turquoise Blue. HEX triplet: 7A, EF and E4. RGB value is (122,239,228). Sum of RGB (Red+Green+Blue) = 122+239+228=589 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.71% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #7AEFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEFE4 is #85101B. Grayscale: #CACACA. Windows color (decimal): -8720412 or 15003514. OLE color: 15003514.

HSL color Cylindrical-coordinate representation of color #7AEFE4: hue angle of 174.36º degrees, saturation: 0.79, 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 #7AEFE4 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB122239228-
CMYK0.4900.050.06
HSL174.36º78.52%70.78%-
HSV(B)174.36º48.95%93.73%-
XYZ52.971.4784.41-
YUV202.76142.2470.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.71%
GREEN value IS 239 (93.75% from 255) = 40.58%
BLUE value IS 228 (89.45% from 255) = 38.71%
R=20.71%
G=40.58%
B=38.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222392280.4900.050.06174.3678.5270.78
Hex7AEFE431056ae4f47
Octal17235734461056256117107
Binary1111010111011111110010011000101011101010111010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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