#6ADCE7

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

Shades of Turquoise Blue #6ADCE7

Tints of Turquoise Blue #6ADCE7

Color information

#6ADCE7 (or 0x6ADCE7) is unknown color: approx Turquoise Blue. HEX triplet: 6A, DC and E7. RGB value is (106,220,231). Sum of RGB (Red+Green+Blue) = 106+220+231=557 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.03% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 231 - color contains mainly: blue. Hex color #6ADCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADCE7 is #952318. Grayscale: #BBBBBB. Windows color (decimal): -9773849 or 15195242. OLE color: 15195242.

HSL color Cylindrical-coordinate representation of color #6ADCE7: hue angle of 185.28º 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 #6ADCE7 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB106220231-
CMYK0.540.0500.09
HSL185.28º72.25%66.08%-
HSV(B)185.28º54.11%90.59%-
XYZ45.9660.0284.76-
YUV187.17152.7370.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.03%
GREEN value IS 220 (86.33% from 255) = 39.50%
BLUE value IS 231 (90.62% from 255) = 41.47%
R=19.03%
G=39.50%
B=41.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062202310.540.0500.09185.2872.2566.08
Hex6ADCE736509b94842
Octal152334347665011271110102
Binary11010101101110011100111110110101010011011100110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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