#7ae0f8

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

Shades of Turquoise Blue #7AE0F8

Tints of Turquoise Blue #7AE0F8

Color information

#7AE0F8 (or 0x7AE0F8) is unknown color: approx Turquoise Blue. HEX triplet: 7A, E0 and F8. RGB value is (122,224,248). Sum of RGB (Red+Green+Blue) = 122+224+248=594 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.54% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #7AE0F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AE0F8 is #851F07. Grayscale: #C4C4C4. Windows color (decimal): -8724232 or 16310394. OLE color: 16310394.

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

Color convert

RGB122224248-
CMYK0.510.1000.03
HSL191.43º90%72.55%-
HSV(B)191.43º50.81%97.25%-
XYZ51.6264.2398.48-
YUV196.24157.2175.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.54%
GREEN value IS 224 (87.89% from 255) = 37.71%
BLUE value IS 248 (97.27% from 255) = 41.75%
R=20.54%
G=37.71%
B=41.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222242480.510.1000.03191.439072.55
Hex7AE0F833A03bf5a49
Octal172340370631203277132111
Binary1111010111000001111100011001110100111011111110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ae0f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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