#7ADFF6

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

Shades of Turquoise Blue #7ADFF6

Tints of Turquoise Blue #7ADFF6

Color information

#7ADFF6 (or 0x7ADFF6) is unknown color: approx Turquoise Blue. HEX triplet: 7A, DF and F6. RGB value is (122,223,246). Sum of RGB (Red+Green+Blue) = 122+223+246=591 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.64% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #7ADFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADFF6 is #852009. Grayscale: #C3C3C3. Windows color (decimal): -8724490 or 16179066. OLE color: 16179066.

HSL color Cylindrical-coordinate representation of color #7ADFF6: hue angle of 191.13º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ADFF6 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB122223246-
CMYK0.500.0900.04
HSL191.13º87.32%72.16%-
HSV(B)191.13º50.41%96.47%-
XYZ51.0563.5796.77-
YUV195.42156.5475.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.64%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 246 (96.48% from 255) = 41.62%
R=20.64%
G=37.73%
B=41.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1222232460.500.0900.04191.1387.3272.16
Hex7ADFF632904bf5748
Octal172337366621104277127110
Binary11110101101111111110110110010100101001011111110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,223,246); }

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

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

 a { background-color: rgb(122,223,246); }

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

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

 span { border-color: rgb(122,223,246); }

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