#7ADBF2

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

Shades of Turquoise Blue #7ADBF2

Tints of Turquoise Blue #7ADBF2

Color information

#7ADBF2 (or 0x7ADBF2) is unknown color: approx Turquoise Blue. HEX triplet: 7A, DB and F2. RGB value is (122,219,242). Sum of RGB (Red+Green+Blue) = 122+219+242=583 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.93% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #7ADBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADBF2 is #85240D. Grayscale: #C0C0C0. Windows color (decimal): -8725518 or 15915898. OLE color: 15915898.

HSL color Cylindrical-coordinate representation of color #7ADBF2: hue angle of 191.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ADBF2 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB122219242-
CMYK0.500.1000.05
HSL191.5º82.19%71.37%-
HSV(B)191.5º49.59%94.9%-
XYZ49.3861.2193.22-
YUV192.62155.8677.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.93%
GREEN value IS 219 (85.94% from 255) = 37.56%
BLUE value IS 242 (94.92% from 255) = 41.51%
R=20.93%
G=37.56%
B=41.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222192420.500.1000.05191.582.1971.37
Hex7ADBF232A05c05247
Octal172333362621205300122107
Binary11110101101101111110010110010101001011100000010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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