#7ADAE6

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

Shades of Turquoise Blue #7ADAE6

Tints of Turquoise Blue #7ADAE6

Color information

#7ADAE6 (or 0x7ADAE6) is unknown color: approx Turquoise Blue. HEX triplet: 7A, DA and E6. RGB value is (122,218,230). Sum of RGB (Red+Green+Blue) = 122+218+230=570 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.40% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #7ADAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADAE6 is #852519. Grayscale: #BEBEBE. Windows color (decimal): -8725786 or 15129210. OLE color: 15129210.

HSL color Cylindrical-coordinate representation of color #7ADAE6: hue angle of 186.67º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ADAE6 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB122218230-
CMYK0.470.0500.10
HSL186.67º68.35%69.02%-
HSV(B)186.67º46.96%90.2%-
XYZ47.3859.9983.95-
YUV190.66150.279.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.40%
GREEN value IS 218 (85.55% from 255) = 38.25%
BLUE value IS 230 (90.23% from 255) = 40.35%
R=21.40%
G=38.25%
B=40.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1222182300.470.0500.10186.6768.3569.02
Hex7ADAE62F50Abb4445
Octal172332346575012273104105
Binary11110101101101011100110101111101010101011101110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,218,230); }

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

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

 a { background-color: rgb(122,218,230); }

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

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

 span { border-color: rgb(122,218,230); }

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