#7ADFF7

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

Shades of Turquoise Blue #7ADFF7

Tints of Turquoise Blue #7ADFF7

Color information

#7ADFF7 (or 0x7ADFF7) is unknown color: approx Turquoise Blue. HEX triplet: 7A, DF and F7. RGB value is (122,223,247). Sum of RGB (Red+Green+Blue) = 122+223+247=592 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.61% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 247 (96.88% from 255 or 41.72% from 592); Max value from RGB is 247 - color contains mainly: blue. Hex color #7ADFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADFF7 is #852008. Grayscale: #C3C3C3. Windows color (decimal): -8724489 or 16244602. OLE color: 16244602.

HSL color Cylindrical-coordinate representation of color #7ADFF7: hue angle of 191.52º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ADFF7 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB122223247-
CMYK0.510.1000.03
HSL191.52º88.65%72.35%-
HSV(B)191.52º50.61%96.86%-
XYZ51.263.6397.58-
YUV195.54157.0475.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.61%
GREEN value IS 223 (87.5% from 255) = 37.67%
BLUE value IS 247 (96.88% from 255) = 41.72%
R=20.61%
G=37.67%
B=41.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222232470.510.1000.03191.5288.6572.35
Hex7ADFF733A03c05948
Octal172337367631203300131110
Binary1111010110111111111011111001110100111100000010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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