#6ADAE7

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

Shades of Turquoise Blue #6ADAE7

Tints of Turquoise Blue #6ADAE7

Color information

#6ADAE7 (or 0x6ADAE7) is unknown color: approx Turquoise Blue. HEX triplet: 6A, DA and E7. RGB value is (106,218,231). Sum of RGB (Red+Green+Blue) = 106+218+231=555 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.10% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 231 - color contains mainly: blue. Hex color #6ADAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADAE7 is #952518. Grayscale: #B9B9B9. Windows color (decimal): -9774361 or 15194730. OLE color: 15194730.

HSL color Cylindrical-coordinate representation of color #6ADAE7: hue angle of 186.24º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ADAE7 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB106218231-
CMYK0.540.0600.09
HSL186.24º72.25%66.08%-
HSV(B)186.24º54.11%90.59%-
XYZ45.4458.9884.59-
YUV185.99153.3970.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.10%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 231 (90.62% from 255) = 41.62%
R=19.10%
G=39.28%
B=41.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062182310.540.0600.09186.2472.2566.08
Hex6ADAE736609ba4842
Octal152332347666011272110102
Binary11010101101101011100111110110110010011011101010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ADAE7; }

 p { color: rgb(106,218,231); }

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

<style>
 a { background-color: #6ADAE7; }

 a { background-color: rgb(106,218,231); }

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

<style>
 span { border-color: #6ADAE7; }

 span { border-color: rgb(106,218,231); }

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