#7ADFFA

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

Shades of Turquoise Blue #7ADFFA

Tints of Turquoise Blue #7ADFFA

Color information

#7ADFFA (or 0x7ADFFA) is unknown color: approx Turquoise Blue. HEX triplet: 7A, DF and FA. RGB value is (122,223,250). Sum of RGB (Red+Green+Blue) = 122+223+250=595 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.50% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #7ADFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADFFA is #852005. Grayscale: #C3C3C3. Windows color (decimal): -8724486 or 16441210. OLE color: 16441210.

HSL color Cylindrical-coordinate representation of color #7ADFFA: hue angle of 192.66º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ADFFA is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB122223250-
CMYK0.510.1100.02
HSL192.66º92.75%72.94%-
HSV(B)192.66º51.2%98.04%-
XYZ51.6763.82100.04-
YUV195.88158.5475.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.50%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=20.50%
G=37.48%
B=42.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222232500.510.1100.02192.6692.7572.94
Hex7ADFFA33B02c15d49
Octal172337372631302301135111
Binary1111010110111111111101011001110110101100000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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