#7ADBEA

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

Shades of Turquoise Blue #7ADBEA

Tints of Turquoise Blue #7ADBEA

Color information

#7ADBEA (or 0x7ADBEA) is unknown color: approx Turquoise Blue. HEX triplet: 7A, DB and EA. RGB value is (122,219,234). Sum of RGB (Red+Green+Blue) = 122+219+234=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #7ADBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADBEA is #852415. Grayscale: #BFBFBF. Windows color (decimal): -8725526 or 15391610. OLE color: 15391610.

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

Color convert

RGB122219234-
CMYK0.480.0600.08
HSL188.04º72.73%69.8%-
HSV(B)188.04º47.86%91.76%-
XYZ48.2160.7487.03-
YUV191.71151.8678.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.22%
GREEN value IS 219 (85.94% from 255) = 38.09%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=21.22%
G=38.09%
B=40.70%

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
Decimal1222192340.480.0600.08188.0472.7369.8
Hex7ADBEA30608bc4946
Octal172333352606010274111106
Binary11110101101101111101010110000110010001011110010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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