#7ADAE0

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

Shades of Turquoise Blue #7ADAE0

Tints of Turquoise Blue #7ADAE0

Color information

#7ADAE0 (or 0x7ADAE0) is unknown color: approx Turquoise Blue. HEX triplet: 7A, DA and E0. RGB value is (122,218,224). Sum of RGB (Red+Green+Blue) = 122+218+224=564 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.63% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #7ADAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADAE0 is #85251F. Grayscale: #BDBDBD. Windows color (decimal): -8725792 or 14735994. OLE color: 14735994.

HSL color Cylindrical-coordinate representation of color #7ADAE0: hue angle of 183.53º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ADAE0 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB122218224-
CMYK0.460.0300.12
HSL183.53º62.2%67.84%-
HSV(B)183.53º45.54%87.84%-
XYZ46.5559.6679.58-
YUV189.98147.279.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.63%
GREEN value IS 218 (85.55% from 255) = 38.65%
BLUE value IS 224 (87.89% from 255) = 39.72%
R=21.63%
G=38.65%
B=39.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222182240.460.0300.12183.5362.267.84
Hex7ADAE02E30Cb83e44
Octal17233234056301427076104
Binary111101011011010111000001011101101100101110001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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