#7ae0ef

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

Shades of Turquoise Blue #7AE0EF

Tints of Turquoise Blue #7AE0EF

Color information

#7AE0EF (or 0x7AE0EF) is unknown color: approx Turquoise Blue. HEX triplet: 7A, E0 and EF. RGB value is (122,224,239). Sum of RGB (Red+Green+Blue) = 122+224+239=585 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.85% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #7AE0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AE0EF is #851F10. Grayscale: #C3C3C3. Windows color (decimal): -8724241 or 15720570. OLE color: 15720570.

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

Color convert

RGB122224239-
CMYK0.490.0600.06
HSL187.69º78.52%70.78%-
HSV(B)187.69º48.95%93.73%-
XYZ50.2663.6891.3-
YUV195.21152.7175.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.85%
GREEN value IS 224 (87.89% from 255) = 38.29%
BLUE value IS 239 (93.75% from 255) = 40.85%
R=20.85%
G=38.29%
B=40.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222242390.490.0600.06187.6978.5270.78
Hex7AE0EF31606bc4f47
Octal17234035761606274117107
Binary1111010111000001110111111000111001101011110010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ae0ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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