#7ADDEA

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

Shades of Turquoise Blue #7ADDEA

Tints of Turquoise Blue #7ADDEA

Color information

#7ADDEA (or 0x7ADDEA) is unknown color: approx Turquoise Blue. HEX triplet: 7A, DD and EA. RGB value is (122,221,234). Sum of RGB (Red+Green+Blue) = 122+221+234=577 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.14% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #7ADDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADDEA is #852215. Grayscale: #C0C0C0. Windows color (decimal): -8725014 or 15392122. OLE color: 15392122.

HSL color Cylindrical-coordinate representation of color #7ADDEA: hue angle of 186.96º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7ADDEA is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB122221234-
CMYK0.480.0600.08
HSL186.96º72.73%69.8%-
HSV(B)186.96º47.86%91.76%-
XYZ48.7361.7987.2-
YUV192.88151.277.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.14%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=21.14%
G=38.30%
B=40.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1222212340.480.0600.08186.9672.7369.8
Hex7ADDEA30608bb4946
Octal172335352606010273111106
Binary11110101101110111101010110000110010001011101110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,221,234); }

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

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

 a { background-color: rgb(122,221,234); }

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

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

 span { border-color: rgb(122,221,234); }

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