#7AD6EC

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

Shades of Turquoise Blue #7AD6EC

Tints of Turquoise Blue #7AD6EC

Color information

#7AD6EC (or 0x7AD6EC) is unknown color: approx Turquoise Blue. HEX triplet: 7A, D6 and EC. RGB value is (122,214,236). Sum of RGB (Red+Green+Blue) = 122+214+236=572 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.33% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #7AD6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD6EC is #852913. Grayscale: #BCBCBC. Windows color (decimal): -8726804 or 15521402. OLE color: 15521402.

HSL color Cylindrical-coordinate representation of color #7AD6EC: hue angle of 191.58º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AD6EC is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122214236-
CMYK0.480.0900.07
HSL191.58º75%70.2%-
HSV(B)191.58º48.31%92.55%-
XYZ47.2158.2988.12-
YUV189154.5280.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.33%
GREEN value IS 214 (83.98% from 255) = 37.41%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=21.33%
G=37.41%
B=41.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222142360.480.0900.07191.587570.2
Hex7AD6EC30907c04b46
Octal172326354601107300113106
Binary11110101101011011101100110000100101111100000010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,214,236); }

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

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

 a { background-color: rgb(122,214,236); }

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

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

 span { border-color: rgb(122,214,236); }

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